]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - Makefile
MPC5121e ADS PCI support take 3
[karo-tx-uboot.git] / Makefile
index d6a029922d7b09b4c1b9dd328be9c810ac93ee5e..4f4efa4844dc91403fc5b212b9835ad64babd8cc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -733,8 +733,15 @@ motionpro_config:  unconfig
 #########################################################################
 ## MPC512x Systems
 #########################################################################
-ads5121_config: unconfig
-       @$(MKCONFIG) ads5121 ppc mpc512x ads5121
+ads5121_config \
+ads5121_PCI_config \
+       :                unconfig
+       @echo "" >$(obj)include/config.h
+       @if [ "$(findstring _PCI_,$@)" ] ; then \
+               echo "#define CONFIG_PCI"  >>$(obj)include/config.h ; \
+               $(XECHO) "... with PCI enabled" ; \
+       fi
+       @$(MKCONFIG) -a ads5121 ppc mpc512x ads5121
 
 
 #########################################################################