diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2013-11-14 11:00:30 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-11-25 10:41:53 -0500 |
commit | 2e78e75e1f8292baca42a40f0c29978fbe417524 (patch) | |
tree | b85b5ee7df33dae4ac9dcfd9963359397cbd3125 /Makefile | |
parent | cfe19f917ab14b88c677def857fb2413d12f9fb7 (diff) | |
download | u-boot-imx-2e78e75e1f8292baca42a40f0c29978fbe417524.zip u-boot-imx-2e78e75e1f8292baca42a40f0c29978fbe417524.tar.gz u-boot-imx-2e78e75e1f8292baca42a40f0c29978fbe417524.tar.bz2 |
tools: updater: Remove remainders of dead board
tools/updater needs board/MAI/AmigaOneG3SE board
for compiling.
But AmigaOneG3SE board was already deleted
by Commit 953b7e6.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -570,9 +570,6 @@ $(obj)spl/u-boot-spl.bin: $(SUBDIR_TOOLS) depend $(obj)tpl/u-boot-tpl.bin: $(SUBDIR_TOOLS) depend $(MAKE) -C spl all CONFIG_TPL_BUILD=y -updater: - $(MAKE) -C tools/updater all - # Explicitly make _depend in subdirs containing multiple targets to prevent # parallel sub-makes creating .depend files simultaneously. depend dep: $(TIMESTAMP_FILE) $(VERSION_FILE) \ @@ -715,7 +712,7 @@ else # !config.mk all $(obj)u-boot.hex $(obj)u-boot.srec $(obj)u-boot.bin \ $(obj)u-boot.img $(obj)u-boot.dis $(obj)u-boot \ $(filter-out tools,$(SUBDIRS)) \ -updater depend dep tags ctags etags cscope $(obj)System.map: +depend dep tags ctags etags cscope $(obj)System.map: @echo "System not configured - see README" >&2 @ exit 1 |