diff options
author | Minkyu Kang <mk7.kang@samsung.com> | 2009-10-01 17:20:40 +0900 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2009-10-09 10:53:23 +0900 |
commit | c0a1dfdec293576b5727d7568bf423e60042f878 (patch) | |
tree | 3676ab4efab02f88ee02a04735d6481c7ff07387 /Makefile | |
parent | 7074635021a8a2d8dbf1d0955844819f0ec7c192 (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
@@ -3127,6 +3127,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 ######################################################################### |