diff options
author | Wolfgang Denk <wd@denx.de> | 2007-12-27 00:46:17 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-12-27 00:46:17 +0100 |
commit | 58bbc77eb0a01033803264539d2c76c242cba210 (patch) | |
tree | 0c765d85c471a15a721b7226379a22809bed958c /Makefile | |
parent | 3f523edb146c3dfbc52e7631b37e6f326e0e980d (diff) | |
parent | f77ac3d657e9b1d40012153e872a2118cca10a3d (diff) | |
download | u-boot-imx-58bbc77eb0a01033803264539d2c76c242cba210.zip u-boot-imx-58bbc77eb0a01033803264539d2c76c242cba210.tar.gz u-boot-imx-58bbc77eb0a01033803264539d2c76c242cba210.tar.bz2 |
Merge branch 'master' of /home/wd/git/u-boot/custodians
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 ######################################################################### ######################################################################### |