]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - Makefile
Merge with /home/wd/git/u-boot/master
[karo-tx-uboot.git] / Makefile
index 128ae59a066b7526c4e7823cfc09598c3c2c1fbd..eda919eca40c4c0e8b9aae3b1b48cf7bd07626fe 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ ifeq ($(HOSTARCH),ppc)
 CROSS_COMPILE =
 else
 ifeq ($(ARCH),ppc)
-CROSS_COMPILE = powerpc-linux-
+CROSS_COMPILE = ppc_8xx-
 endif
 ifeq ($(ARCH),arm)
 CROSS_COMPILE = arm-linux-
@@ -459,6 +459,9 @@ AdderII_config  \
        @echo "#define CONFIG_MPC852T" > include/config.h)
        @./mkconfig -a Adder ppc mpc8xx adder
 
+AdderUSB_config:       unconfig
+       @./mkconfig -a AdderUSB ppc mpc8xx adder
+
 ADS860_config     \
 FADS823_config    \
 FADS850SAR_config \