diff options
Diffstat (limited to 'qemu/roms/u-boot/arch/powerpc/cpu/Makefile')
-rw-r--r-- | qemu/roms/u-boot/arch/powerpc/cpu/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/arch/powerpc/cpu/Makefile b/qemu/roms/u-boot/arch/powerpc/cpu/Makefile new file mode 100644 index 000000000..88b5298be --- /dev/null +++ b/qemu/roms/u-boot/arch/powerpc/cpu/Makefile @@ -0,0 +1,3 @@ +obj-$(CONFIG_MPC83xx) += mpc8xxx/ +obj-$(CONFIG_MPC85xx) += mpc8xxx/ +obj-$(CONFIG_MPC86xx) += mpc8xxx/ |