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