aboutsummaryrefslogtreecommitdiff
path: root/tools/.gitignore
diff options
context:
space:
mode:
authorJeong-Hyeon Kim <jhkim@insignal.co.kr>2012-08-28 20:51:04 +0900
committerJohn Rigby <john.rigby@linaro.org>2012-12-06 13:51:42 -0700
commita7f929e0789f108fa155bfaf21cc1bd47d2bac45 (patch)
tree18a05e10d4da4b30f142256e8d5f9e7f230d6352 /tools/.gitignore
parent4a703be87762dfd8753ad77af235f2db252592e3 (diff)
EXYNOS: change the compile/clean option of spl
spl tool of exynos5 designed only for smdk5250. It compiled when defined CONFIG_SMDK5250 and BOARD name is smdk5250. It means that it's not considered shrink boards with different board name. So, it changed compile condition to exynos5 family option not a specific board name for cover the other board. I also modified clean condition to clear compiled spl. Otherwise, tools/mk*spl show on untracked files. It should be ignore in git. Signed-off-by: Jeong-Hyeon Kim <jhkim@insignal.co.kr>
Diffstat (limited to 'tools/.gitignore')
-rw-r--r--tools/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/.gitignore b/tools/.gitignore
index 9bce71947..365f819c4 100644
--- a/tools/.gitignore
+++ b/tools/.gitignore
@@ -18,3 +18,4 @@
/gdb/gdbcont
/gdb/gdbsend
/kernel-doc/docproc
+/mk*spl