summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHaavard Skinnemoen <hskinnemoen@atmel.com>2007-10-29 13:02:54 +0100
committerHaavard Skinnemoen <hskinnemoen@atmel.com>2007-12-17 10:35:01 +0100
commit64ff2357b1727213803591813dbc779c924bf772 (patch)
tree8176170a65114813b83d9b622bc4b5fdbfd30020 /Makefile
parent667568db157f374b85abd7e03596ddd1f0b25681 (diff)
AVR32: Add support for the ATSTK1004 board
ATSTK1004 is a daughterboard for ATSTK1000 with the AT32AP7002 CPU, which is a derivative of AT32AP7000. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5cfa1b4de..e40dfb042 100644
--- a/Makefile
+++ b/Makefile
@@ -2661,6 +2661,9 @@ atstk1002_config : unconfig
atstk1003_config : unconfig
@$(MKCONFIG) $(@:_config=) avr32 at32ap atstk1000 atmel at32ap700x
+atstk1004_config : unconfig
+ @$(MKCONFIG) $(@:_config=) avr32 at32ap atstk1000 atmel at32ap700x
+
#########################################################################
#########################################################################
#########################################################################