summaryrefslogtreecommitdiff
path: root/target/hppa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/hppa/Makefile')
-rw-r--r--target/hppa/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/hppa/Makefile b/target/hppa/Makefile
index aba746bee..482479e58 100644
--- a/target/hppa/Makefile
+++ b/target/hppa/Makefile
@@ -8,6 +8,7 @@ include $(ADK_TOPDIR)/mk/image.mk
KERNEL:=$(LINUX_DIR)/$(ADK_TARGET_KERNEL)
QEMU:=qemu-system-hppa
QEMU_ARGS:=-nographic
+QEMU_ARGS+=-device e1000,netdev=adk0 -netdev user,id=adk0
# target helper text
ifeq ($(ADK_TARGET_FS),archive)