diff options
author | wdenk | 2004-03-15 09:00:01 +0000 |
---|---|---|
committer | wdenk | 2004-03-15 09:00:01 +0000 |
commit | d9df1f4e662441c487f96a4e1f91caa9297afdd9 (patch) | |
tree | 7408e1e41bdc282ace7e881cd5450fb1ef14ef7d /Makefile | |
parent | 42dfe7a1844cbad7114038aaf03828acb7a84414 (diff) |
* Patch by Steven Scholz, 27 Feb 2004:
- Adding get_ticks() and get_tbclk() for AT91RM9200
- Many white space fixes in cpu/at91rm9200/interrupts.c
* Patches by Steven Scholz, 20 Feb 2004:
some cleanup in AT91RM9200 related code
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -905,9 +905,6 @@ ZUMA_config: unconfig ## StrongARM Systems ######################################################################### -at91rm9200dk_config : unconfig - @./mkconfig $(@:_config=) arm at91rm9200 at91rm9200dk - dnp1110_config : unconfig @./mkconfig $(@:_config=) arm sa1100 dnp1110 @@ -1014,6 +1011,13 @@ modnet50_config : unconfig @./mkconfig $(@:_config=) arm arm720t modnet50 ######################################################################### +## AT91RM9200 Systems +######################################################################### + +at91rm9200dk_config : unconfig + @./mkconfig $(@:_config=) arm at91rm9200 at91rm9200dk + +######################################################################### ## XScale Systems ######################################################################### |