]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - Makefile
Add AVR32 architecture support
[karo-tx-uboot.git] / Makefile
index 92034947962ad328dbf1fdba3042f4868aaa5017..5260a612ff3ebc749bebf27bb341520880b651da 100644 (file)
--- 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
 
@@ -2099,6 +2102,10 @@ pb1000_config            :       unconfig
        @echo "#define CONFIG_PB1000 1" >>$(obj)include/config.h
        @$(MKCONFIG) -a pb1x00 mips mips pb1x00
 
+#========================================================================
+# AVR32
+#========================================================================
+
 #########################################################################
 ## MIPS64 5Kc
 #########################################################################