diff options
author | Stelian Pop | 2008-05-08 18:52:23 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD | 2008-05-10 11:34:29 +0200 |
commit | 8e429b3eee23927c1222679f6b6f53667b21595c (patch) | |
tree | 9990d0de4158b00f071727f752f855ddfb272745 /Makefile | |
parent | d99a8ff66d8ae87e5c87590ed2e4ead629540607 (diff) |
AT91SAM9263EK support
This patch adds support for the AT91SAM9263 chip and the AT91SAM9263EK
board.
Signed-off-by: Stelian Pop <stelian@popies.net>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2329,6 +2329,9 @@ at91rm9200dk_config : unconfig at91sam9261ek_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm926ejs at91sam9261ek atmel at91sam9 +at91sam9263ek_config : unconfig + @$(MKCONFIG) $(@:_config=) arm arm926ejs at91sam9263ek atmel at91sam9 + cmc_pu2_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm920t cmc_pu2 NULL at91rm9200 |