summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-06-08 00:22:43 +0000
committerwdenk <wdenk>2004-06-08 00:22:43 +0000
commit1eaeb58e3c0022812b70d717bf1f458cfb48fdd3 (patch)
treed6f8b795d3bf1450bc0031bf35d8b323227d14f9 /Makefile
parent79fa88f3ede051ca860667d5397e6cdc7e74a6d0 (diff)
downloadbarebox-1eaeb58e3c0022812b70d717bf1f458cfb48fdd3.tar.gz
barebox-1eaeb58e3c0022812b70d717bf1f458cfb48fdd3.tar.xz
* Patch by Rishi Bhattacharya, 08 May 2004:
Add support for TI OMAP5912 OSK Board * Patch by Sam Song May, 07 May 2004: Fix typo of UPM table for rmu board
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 453195675e..d17f215be2 100644
--- a/Makefile
+++ b/Makefile
@@ -1029,6 +1029,9 @@ versatile_config : unconfig
omap1510inn_config : unconfig
@./mkconfig $(@:_config=) arm arm925t omap1510inn
+omap5912osk_config : unconfig
+ @./mkconfig $(@:_config=) arm arm926ejs omap5912osk
+
omap1610inn_config \
omap1610inn_cs0boot_config \
omap1610inn_cs3boot_config \