summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-11-14 11:00:30 +0900
committerTom Rini <trini@ti.com>2013-11-25 10:41:53 -0500
commit2e78e75e1f8292baca42a40f0c29978fbe417524 (patch)
treeb85b5ee7df33dae4ac9dcfd9963359397cbd3125 /Makefile
parentcfe19f917ab14b88c677def857fb2413d12f9fb7 (diff)
downloadblackbird-obmc-uboot-2e78e75e1f8292baca42a40f0c29978fbe417524.tar.gz
blackbird-obmc-uboot-2e78e75e1f8292baca42a40f0c29978fbe417524.zip
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--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index b8713a4935..2f456e06eb 100644
--- a/Makefile
+++ b/Makefile
@@ -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
OpenPOWER on IntegriCloud