diff options
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-04-14 17:11:49 +0200 |
---|---|---|
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2008-01-18 09:53:18 +0100 |
commit | 6b4439444286e0fcd01596df504e6ca897ad3e5a (patch) | |
tree | 9616b8973232bb24767af0bedcc8fbe11faedb11 /Makefile | |
parent | e006927a0b9a54e8ee7685d8ac748aaad6801862 (diff) | |
download | u-boot-imx-6b4439444286e0fcd01596df504e6ca897ad3e5a.zip u-boot-imx-6b4439444286e0fcd01596df504e6ca897ad3e5a.tar.gz u-boot-imx-6b4439444286e0fcd01596df504e6ca897ad3e5a.tar.bz2 |
AVR32: ATNGW100 board support
Add support for the ATNGW100 Network Gateway reference design,
including flash, ethernet and MMC support.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2751,6 +2751,9 @@ atstk1003_config : unconfig atstk1004_config : unconfig @$(MKCONFIG) $(@:_config=) avr32 at32ap atstk1000 atmel at32ap700x +atngw100_config : unconfig + @$(MKCONFIG) $(@:_config=) avr32 at32ap atngw100 atmel at32ap700x + ######################################################################### ######################################################################### ######################################################################### |