summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-10-24 15:17:18 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-10-24 15:17:18 +0200
commit9748d5a9e8aa8bf6dd576e70894b9996c22f7003 (patch)
treebfbdfb6f1ef9d24389e19a3b47ecdc7a883af455 /Makefile
parent8318fbf8cc30418b621ea9f39b84b4c1a08f003a (diff)
parent3a78e3e75b633ecb6413114ffd11e2f000c4f11e (diff)
downloadbarebox-9748d5a9e8aa8bf6dd576e70894b9996c22f7003.tar.gz
barebox-9748d5a9e8aa8bf6dd576e70894b9996c22f7003.tar.xz
Merge with /home/wd/git/u-boot/mailing-list/Haavard_Skinnemoen
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e6d044adc5..a415af0f5d 100644
--- a/Makefile
+++ b/Makefile
@@ -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
#########################################################################