diff options
Diffstat (limited to 'roms/u-boot/board/freescale/ls1043ardb/Makefile')
-rw-r--r-- | roms/u-boot/board/freescale/ls1043ardb/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/roms/u-boot/board/freescale/ls1043ardb/Makefile b/roms/u-boot/board/freescale/ls1043ardb/Makefile new file mode 100644 index 000000000..5309576c6 --- /dev/null +++ b/roms/u-boot/board/freescale/ls1043ardb/Makefile @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright 2015 Freescale Semiconductor + +obj-y += ddr.o +obj-y += ls1043ardb.o +ifndef CONFIG_SPL_BUILD +obj-$(CONFIG_NET) += eth.o +obj-y += cpld.o +endif |