summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-03-15 09:00:01 +0000
committerwdenk <wdenk>2004-03-15 09:00:01 +0000
commitd9df1f4e662441c487f96a4e1f91caa9297afdd9 (patch)
tree7408e1e41bdc282ace7e881cd5450fb1ef14ef7d /Makefile
parent42dfe7a1844cbad7114038aaf03828acb7a84414 (diff)
downloadbarebox-d9df1f4e662441c487f96a4e1f91caa9297afdd9.tar.gz
barebox-d9df1f4e662441c487f96a4e1f91caa9297afdd9.tar.xz
* 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--Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 605a19ad22..bb97631661 100644
--- a/Makefile
+++ b/Makefile
@@ -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
#########################################################################