aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-10-10 17:05:18 +0000
committerwdenk <wdenk>2004-10-10 17:05:18 +0000
commit2cbe571a5676a41aa32ff98e9b1a2934e3922574 (patch)
tree5868352e056b89c43cebc14378821ff08534dd92 /Makefile
parent659883c2982db64e9950434cba2a72a3dae84a7e (diff)
* Patch by Gary Jennejohn, 01 Oct 2004:
- add support for CMC PU2 board - add support for I2C on at91rm9200 * Patch by Gary Jennejohn, 28 Sep 2004: fix baudrate handling on at91rm9200
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8c3ff7ec3..d43add4d8 100644
--- a/Makefile
+++ b/Makefile
@@ -1294,6 +1294,9 @@ evb4510_config : unconfig
at91rm9200dk_config : unconfig
@./mkconfig $(@:_config=) arm at91rm9200 at91rm9200dk
+cmc_pu2_config : unconfig
+ @./mkconfig $(@:_config=) arm at91rm9200 cmc_pu2
+
#########################################################################
## XScale Systems
#########################################################################