diff options
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index b68183b8e6..84f9df8a57 100644 --- a/Makefile.target +++ b/Makefile.target @@ -56,6 +56,12 @@ PROGS+=$(QEMU_SYSTEM) endif endif # ARCH = i386 +ifeq ($(ARCH), amd64) +ifdef CONFIG_SOFTMMU +PROGS+=$(QEMU_SYSTEM) +endif +endif # ARCH = amd64 + endif # TARGET_ARCH = ppc endif # !CONFIG_USER_ONLY |