summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-08-09 23:17:32 +0200
committerWolfgang Denk <wd@denx.de>2007-08-09 23:17:32 +0200
commit19901c6320a07dfa33814c9cdb5b9f6511765079 (patch)
treed85a6eec1ec2a4d94c61244ab85d72368305726e /Makefile
parent2c4faea84f3d96d674e3c065e1f220b20c8930c0 (diff)
parent78549bbf44bd2c8d1a0730fb068836071751afaa (diff)
downloadu-boot-imx-19901c6320a07dfa33814c9cdb5b9f6511765079.zip
u-boot-imx-19901c6320a07dfa33814c9cdb5b9f6511765079.tar.gz
u-boot-imx-19901c6320a07dfa33814c9cdb5b9f6511765079.tar.bz2
Merge with /home/wd/git/u-boot/custodian/u-boot-usb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cf3fbcb..99bb03b 100644
--- a/Makefile
+++ b/Makefile
@@ -122,7 +122,7 @@ ifeq ($(HOSTARCH),$(ARCH))
CROSS_COMPILE =
else
ifeq ($(ARCH),ppc)
-CROSS_COMPILE = powerpc-linux-
+CROSS_COMPILE = ppc_8xx-
endif
ifeq ($(ARCH),arm)
CROSS_COMPILE = arm-linux-
@@ -657,6 +657,9 @@ AdderII_config \
@echo "#define CONFIG_MPC852T" > $(obj)include/config.h)
@$(MKCONFIG) -a Adder ppc mpc8xx adder
+AdderUSB_config: unconfig
+ @./mkconfig -a AdderUSB ppc mpc8xx adder
+
ADS860_config \
FADS823_config \
FADS850SAR_config \