]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - Makefile
mpc83xx: USB: Reorganized its support
[karo-tx-uboot.git] / Makefile
index 4445b4b6a3529e2060879ffb49ad02a0363f70b5..3c9d853292468d0f304ad9e41a8424cd5a5e2b76 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -821,15 +821,17 @@ v38b_config: unconfig
 ## MPC512x Systems
 #########################################################################
 
-ads5121_config \
-ads5121_rev2_config    \
+aria_config:   unconfig
+       @$(MKCONFIG) -a aria ppc mpc512x aria davedenx
+
+mpc5121ads_config \
+mpc5121ads_rev2_config \
        : unconfig
        @mkdir -p $(obj)include
        @if [ "$(findstring rev2,$@)" ] ; then \
                echo "#define CONFIG_ADS5121_REV2 1" > $(obj)include/config.h; \
        fi
-       @$(MKCONFIG) -a ads5121 ppc mpc512x ads5121
-
+       @$(MKCONFIG) -a mpc5121ads ppc mpc512x mpc5121ads freescale
 
 #########################################################################
 ## MPC8xx Systems