diff options
| author | Minkyu Kang <[email protected]> | 2010-05-31 22:02:42 +0900 |
|---|---|---|
| committer | Tom <[email protected]> | 2010-06-14 18:15:20 -0500 |
| commit | c474a8ebb880e564df0c701c6a8cf73b7779b1d2 (patch) | |
| tree | cfedead43fa1296f0303e4f3c0897b823c3da144 /Makefile | |
| parent | ffb4b02554d9972d66502efbe97b3933620c8a31 (diff) | |
s5pc1xx: Add support for Samsung Goni board
This patch adds support for the Samsung Goni board (S5PC110 SoC)
Signed-off-by: Minkyu Kang <[email protected]>
Signed-off-by: Kyungmin Park <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3186,6 +3186,9 @@ omap3_zoom1_config : unconfig omap3_zoom2_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 zoom2 logicpd omap3 +s5p_goni_config: unconfig + @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 goni samsung s5pc1xx + smdkc100_config: unconfig @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 smdkc100 samsung s5pc1xx |
