diff options
| author | Masahiro Yamada <[email protected]> | 2014-02-04 17:24:11 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-02-19 11:07:49 -0500 |
| commit | e183a1745aa4ad05dac3d7caf5777dceff3f1958 (patch) | |
| tree | b0e26f188cba6dc2553ddd2bd34b4aabf39a9f13 /Makefile | |
| parent | 940db16d2e6ce69f769f790bf1def56978f0ac6c (diff) | |
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 <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
