summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-05-19 22:46:33 +0000
committerwdenk <wdenk>2005-05-19 22:46:33 +0000
commit16b013e750345afdf73977be73eb046f2b476495 (patch)
tree72da11a18a82ce66e854de47fb075d68ee00f53d /Makefile
parent121fc64022d5bbdec16886fcad87f647b5ffa864 (diff)
Patch by Greg Ungerer, 19 May 2005:
add support for the OpenGear CM4008 board
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4ee6c2c8f2..296e208a44 100644
--- a/Makefile
+++ b/Makefile
@@ -1407,6 +1407,12 @@ voiceblue_config: unconfig
fi
@./mkconfig -a voiceblue arm arm925t voiceblue
+cm4008_config : unconfig
+ @./mkconfig $(@:_config=) arm arm920t cm4008 NULL ks8695
+
+cm41xx_config : unconfig
+ @./mkconfig $(@:_config=) arm arm920t cm41xx NULL ks8695
+
#########################################################################
## S3C44B0 Systems
#########################################################################