summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-12-27 00:46:08 +0100
committerWolfgang Denk <wd@denx.de>2007-12-27 00:46:08 +0100
commitf77ac3d657e9b1d40012153e872a2118cca10a3d (patch)
tree91b2a4cb4cbe233de260e30e63a383c5a502f2d6 /Makefile
parentbd878eb024bf9cb351c9ce66db63558de2d0e395 (diff)
parentdf9c25ea04b38a0e05d4f8c73c5cc144cdafa7db (diff)
downloadu-boot-imx-f77ac3d657e9b1d40012153e872a2118cca10a3d.zip
u-boot-imx-f77ac3d657e9b1d40012153e872a2118cca10a3d.tar.gz
u-boot-imx-f77ac3d657e9b1d40012153e872a2118cca10a3d.tar.bz2
Merge branch 'master' of git://www.denx.de/git/u-boot-avr32
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1ff80b5..e40dfb0 100644
--- a/Makefile
+++ b/Makefile
@@ -2656,7 +2656,13 @@ bf561-ezkit_config: unconfig
#########################################################################
atstk1002_config : unconfig
- @$(MKCONFIG) $(@:_config=) avr32 at32ap atstk1000 atmel at32ap7000
+ @$(MKCONFIG) $(@:_config=) avr32 at32ap atstk1000 atmel at32ap700x
+
+atstk1003_config : unconfig
+ @$(MKCONFIG) $(@:_config=) avr32 at32ap atstk1000 atmel at32ap700x
+
+atstk1004_config : unconfig
+ @$(MKCONFIG) $(@:_config=) avr32 at32ap atstk1000 atmel at32ap700x
#########################################################################
#########################################################################