summaryrefslogtreecommitdiff
path: root/board/freescale/t102xrdb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/t102xrdb/Makefile')
-rw-r--r--board/freescale/t102xrdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/t102xrdb/Makefile b/board/freescale/t102xrdb/Makefile
index a0cf8f6fbf..052006610e 100644
--- a/board/freescale/t102xrdb/Makefile
+++ b/board/freescale/t102xrdb/Makefile
@@ -8,7 +8,7 @@ ifdef CONFIG_SPL_BUILD
obj-y += spl.o
else
obj-y += t102xrdb.o
-obj-y += cpld.o
+obj-$(CONFIG_T1024RDB) += cpld.o
obj-y += eth_t102xrdb.o
obj-$(CONFIG_PCI) += pci.o
endif