From d9df1f4e662441c487f96a4e1f91caa9297afdd9 Mon Sep 17 00:00:00 2001 From: wdenk Date: Mon, 15 Mar 2004 09:00:01 +0000 Subject: * 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 --- Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 605a19ad22d..bb976316614 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 @@ -1013,6 +1010,13 @@ ep7312_config : unconfig modnet50_config : unconfig @./mkconfig $(@:_config=) arm arm720t modnet50 +######################################################################### +## AT91RM9200 Systems +######################################################################### + +at91rm9200dk_config : unconfig + @./mkconfig $(@:_config=) arm at91rm9200 at91rm9200dk + ######################################################################### ## XScale Systems ######################################################################### -- cgit v1.2.3