summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-02-04 17:24:11 +0900
committerTom Rini <trini@ti.com>2014-02-19 11:07:49 -0500
commite183a1745aa4ad05dac3d7caf5777dceff3f1958 (patch)
treeb0e26f188cba6dc2553ddd2bd34b4aabf39a9f13 /Makefile
parent940db16d2e6ce69f769f790bf1def56978f0ac6c (diff)
downloadtalos-obmc-uboot-e183a1745aa4ad05dac3d7caf5777dceff3f1958.tar.gz
talos-obmc-uboot-e183a1745aa4ad05dac3d7caf5777dceff3f1958.zip
board: samsung: refactor host programs
Some Samsung boards have their own tools under board/samsung/<board>/tools/. This commit refactor more makefiles with "hostprogs-y". Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a1e2810b33..8c585b60a8 100644
--- a/Makefile
+++ b/Makefile
@@ -809,6 +809,7 @@ clean:
$(obj)tools/proftool
@rm -f $(obj)board/cray/L1/{bootscript.c,bootscript.image} \
$(obj)board/matrix_vision/*/bootscript.img \
+ $(obj)spl/board/samsung/$(BOARD)/tools/mk$(BOARD)spl \
$(obj)u-boot.lds \
$(obj)arch/blackfin/cpu/init.{lds,elf}
@rm -f $(obj)include/bmp_logo.h
OpenPOWER on IntegriCloud