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/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/board/scalys/simc-t10xx/Makefile b/board/scalys/simc-t10xx/Makefile
index 59f29ec..0f554b1 100644
--- a/board/scalys/simc-t10xx/Makefile
+++ b/board/scalys/simc-t10xx/Makefile
@@ -1,4 +1,4 @@
-# Copyright 2017 Scalys B.V.
+# Copyright 2020 Scalys B.V.
# opensource@scalys.com
#
# SPDX-License-Identifier: GPL-2.0+
@@ -15,6 +15,8 @@ obj-$(CONFIG_PCI) += pci.o
endif
ifdef CONFIG_TARGET_QT1040_1GB
obj-y += ddr_QT1040-1GB.o
+else ifdef CONFIG_TARGET_QT1040_4GB
+obj-y += ddr_QT1040-4GB.o
else
obj-y += ddr.o
endif