diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-10-24 15:17:18 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-10-24 15:17:18 +0200 |
commit | 9748d5a9e8aa8bf6dd576e70894b9996c22f7003 (patch) | |
tree | bfbdfb6f1ef9d24389e19a3b47ecdc7a883af455 /Makefile | |
parent | 8318fbf8cc30418b621ea9f39b84b4c1a08f003a (diff) | |
parent | 3a78e3e75b633ecb6413114ffd11e2f000c4f11e (diff) | |
download | u-boot-imx-9748d5a9e8aa8bf6dd576e70894b9996c22f7003.zip u-boot-imx-9748d5a9e8aa8bf6dd576e70894b9996c22f7003.tar.gz u-boot-imx-9748d5a9e8aa8bf6dd576e70894b9996c22f7003.tar.bz2 |
Merge with /home/wd/git/u-boot/mailing-list/Haavard_Skinnemoen
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -152,6 +152,9 @@ endif ifeq ($(ARCH),blackfin) CROSS_COMPILE = bfin-elf- endif +ifeq ($(ARCH),avr32) +CROSS_COMPILE = avr32- +endif endif endif @@ -2104,6 +2107,13 @@ pb1000_config : unconfig @echo "#define CONFIG_PB1000 1" >>$(obj)include/config.h @$(MKCONFIG) -a pb1x00 mips mips pb1x00 +#======================================================================== +# AVR32 +#======================================================================== +######################################################################### +## AT32AP7xxx +######################################################################### + ######################################################################### ## MIPS64 5Kc ######################################################################### |