X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Ffreescale%2Ft102xrdb%2FMakefile;h=ddeb44f36e221e708e675ca41fa59947432b66e7;hb=b460b889e28379014a7f951c08d93a151116b1ad;hp=a0cf8f6fbfbb2a148b0fa57cf85fb64e2c13a989;hpb=bd5053ffa5b8162257537bdb79ba829372423096;p=u-boot diff --git a/board/freescale/t102xrdb/Makefile b/board/freescale/t102xrdb/Makefile index a0cf8f6fbf..ddeb44f36e 100644 --- a/board/freescale/t102xrdb/Makefile +++ b/board/freescale/t102xrdb/Makefile @@ -5,10 +5,10 @@ # ifdef CONFIG_SPL_BUILD -obj-y += spl.o +obj-y += spl.o else obj-y += t102xrdb.o -obj-y += cpld.o +obj-$(CONFIG_TARGET_T1024RDB) += cpld.o obj-y += eth_t102xrdb.o obj-$(CONFIG_PCI) += pci.o endif