diff options
author | Minkyu Kang <mk7.kang@samsung.com> | 2009-10-01 17:20:40 +0900 |
---|---|---|
committer | Tom Rix <Tom.Rix@windriver.com> | 2009-10-13 21:13:55 -0500 |
commit | 8bc4ee9e8213abe4031ea1720aa02fa98d4402ad (patch) | |
tree | 872b17c47c35ae22906ec8bfef45ed23d1904117 /Makefile | |
parent | dd2c9e6a3b67c8ff56694e515e6e3c7baddd8f52 (diff) |
s5pc1xx: add support SMDKC100 board
Adds new board SMDKC100 that uses s5pc100 SoC
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3144,6 +3144,9 @@ omap3_zoom1_config : unconfig omap3_zoom2_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 zoom2 logicpd omap3 +smdkc100_config: unconfig + @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 smdkc100 samsung s5pc1xx + ######################################################################### ## XScale Systems ######################################################################### |