summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-03 20:52:25 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-03 20:52:25 +0100
commitb72c8fafc0bd2049b93936685b7287e55ce18cba (patch)
tree437020b9dc28ea4cdb3036783b36ff3c46a0e783 /mk
parent44f740c6f1131aab5f19635003854a0f3f39074a (diff)
fix qemu targets, make them bootable again
Diffstat (limited to 'mk')
-rw-r--r--mk/rootfs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/rootfs.mk b/mk/rootfs.mk
index 5ad4e9381..ee63d8c2d 100644
--- a/mk/rootfs.mk
+++ b/mk/rootfs.mk
@@ -8,7 +8,7 @@ FS_CMDLINE:=$(3)
endif
endef
-ifeq ($(ADK_TARGET_SYSTEM_QEMU_X86),y)
+ifeq ($(ADK_HARDWARE_QEMU),y)
ROOTFS:= root=/dev/sda1
endif