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