summaryrefslogtreecommitdiff
path: root/board/scalys/simc-t10xx/Makefile
diff options
context:
space:
mode:
authorEvert Pap <evert.pap@sintecs.nl>2016-03-31 15:35:05 (GMT)
committervojo <joris.van.vossen@sintecs.nl>2017-08-23 08:06:41 (GMT)
commitfe039d31b2c99d09510b1b5ea355b6e658490b02 (patch)
treeab1ab3a394bc7a952d1b33043ffdc4ecc11bbaed /board/scalys/simc-t10xx/Makefile
parenta5deb669f027575829326eb5f07e8a47bc870005 (diff)
downloadu-boot-fsl-qoriq-fe039d31b2c99d09510b1b5ea355b6e658490b02.tar.xz
Add support for the Scalys SimC-t10xx SOM
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