]> git.proxmox.com Git - mirror_qemu.git/blobdiff - Makefile.target
New target for embedded PowerPC emulation (only system emulation, for now).
[mirror_qemu.git] / Makefile.target
index 45a8ab4d2588e25a56ebdebaf6feeb5f31148ac4..7c9590fe010adccc8c91aa4a7f76dc2f92079fb9 100644 (file)
@@ -10,6 +10,9 @@ endif
 ifeq ($(TARGET_ARCH), ppc64)
 TARGET_BASE_ARCH:=ppc
 endif
+ifeq ($(TARGET_ARCH), ppcemb)
+TARGET_BASE_ARCH:=ppc
+endif
 ifeq ($(TARGET_ARCH), sparc64)
 TARGET_BASE_ARCH:=sparc
 endif