summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHaavard Skinnemoen <hskinnemoen@atmel.com>2006-10-25 15:48:59 +0200
committerWolfgang Denk <wd@denx.de>2006-10-25 23:44:48 +0200
commit5e3b0bc19f07ed277d85324ad0427642c8981baf (patch)
tree2c23f71a32be15e247efba1162d41442aa3be398 /Makefile
parent4e53a25855701c312e84404e183e7159e0766a23 (diff)
downloadbarebox-5e3b0bc19f07ed277d85324ad0427642c8981baf.tar.gz
barebox-5e3b0bc19f07ed277d85324ad0427642c8981baf.tar.xz
Finish up support for the ATSTK1000/ATSTK1002 boards
Add atstk1002_config target to Makefile and move the AVR32 section down below Blackfin so that it doesn't end up in the middle of MIPS. Drop the autogenerated linker script thing for now. Will have to revisit how to handle chips with different flash and RAM layout later. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile17
1 files changed, 10 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index dec6355217..c2e47d4034 100644
--- a/Makefile
+++ b/Makefile
@@ -2122,13 +2122,6 @@ pb1000_config : unconfig
@echo "#define CONFIG_PB1000 1" >>$(obj)include/config.h
@$(MKCONFIG) -a pb1x00 mips mips pb1x00
-#========================================================================
-# AVR32
-#========================================================================
-#########################################################################
-## AT32AP7xxx
-#########################################################################
-
#########################################################################
## MIPS64 5Kc
#########################################################################
@@ -2248,6 +2241,16 @@ stamp_config : unconfig
dspstamp_config : unconfig
@$(MKCONFIG) $(@:_config=) blackfin bf533 dsp_stamp
+#========================================================================
+# AVR32
+#========================================================================
+#########################################################################
+## AT32AP7xxx
+#########################################################################
+
+atstk1002_config : unconfig
+ @./mkconfig $(@:_config=) avr32 at32ap atstk1000 atmel at32ap7000
+
#########################################################################
#########################################################################
#########################################################################