summaryrefslogtreecommitdiff
path: root/board/scalys/simc-t10xx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/scalys/simc-t10xx/Makefile')
-rw-r--r--board/scalys/simc-t10xx/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/board/scalys/simc-t10xx/Makefile b/board/scalys/simc-t10xx/Makefile
new file mode 100644
index 0000000..83ac551
--- /dev/null
+++ b/board/scalys/simc-t10xx/Makefile
@@ -0,0 +1,19 @@
+# Copyright 2016 Scalys B.V.
+# opensource@scalys.com
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+UBOOTINCLUDE += -I$(srctree)/board/$(VENDOR)/common/
+
+ifdef CONFIG_SPL_BUILD
+obj-y += spl.o
+else
+obj-y += simc-t10xx.o
+obj-y += eth.o
+obj-$(CONFIG_PCI) += pci.o
+endif
+obj-y += ddr.o
+obj-y += law.o
+obj-y += tlb.o
+obj-y += dragonfruit.o \ No newline at end of file