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/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/board/scalys/simc-t10xx/Makefile b/board/scalys/simc-t10xx/Makefile
index 83ac551..59f29ec 100644
--- a/board/scalys/simc-t10xx/Makefile
+++ b/board/scalys/simc-t10xx/Makefile
@@ -1,4 +1,4 @@
-# Copyright 2016 Scalys B.V.
+# Copyright 2017 Scalys B.V.
# opensource@scalys.com
#
# SPDX-License-Identifier: GPL-2.0+
@@ -13,7 +13,11 @@ obj-y += simc-t10xx.o
obj-y += eth.o
obj-$(CONFIG_PCI) += pci.o
endif
+ifdef CONFIG_TARGET_QT1040_1GB
+obj-y += ddr_QT1040-1GB.o
+else
obj-y += ddr.o
+endif
obj-y += law.o
obj-y += tlb.o
-obj-y += dragonfruit.o \ No newline at end of file
+obj-y += dragonfruit.o