diff options
Diffstat (limited to 'roms/u-boot/board/freescale/mpc8610hpcd/Makefile')
-rw-r--r-- | roms/u-boot/board/freescale/mpc8610hpcd/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/roms/u-boot/board/freescale/mpc8610hpcd/Makefile b/roms/u-boot/board/freescale/mpc8610hpcd/Makefile new file mode 100644 index 00000000..2613004f --- /dev/null +++ b/roms/u-boot/board/freescale/mpc8610hpcd/Makefile @@ -0,0 +1,9 @@ +# Copyright 2007 Freescale Semiconductor, Inc. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += mpc8610hpcd.o +obj-$(CONFIG_SYS_FSL_DDR2) += ddr.o +obj-y += law.o +obj-$(CONFIG_FSL_DIU_FB) += mpc8610hpcd_diu.o |