summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-02-04 17:24:12 +0900
committerTom Rini <trini@ti.com>2014-02-19 11:07:49 -0500
commit4a20df395d9b6961a4877852e911cbbadd019d40 (patch)
tree9292a67548d80bb1c5590b51992f104786b1b0b9 /Makefile
parente183a1745aa4ad05dac3d7caf5777dceff3f1958 (diff)
downloadtalos-obmc-uboot-4a20df395d9b6961a4877852e911cbbadd019d40.tar.gz
talos-obmc-uboot-4a20df395d9b6961a4877852e911cbbadd019d40.zip
examples: Use scripts/Makefile.build
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 8c585b60a8..b10d3b1a29 100644
--- a/Makefile
+++ b/Makefile
@@ -558,12 +558,9 @@ $(OBJS):
$(LIBS): depend $(SUBDIR_TOOLS)
$(MAKE) $(build) $(dir $(subst $(obj),,$@))
-tools: depend
+$(SUBDIRS): depend
$(MAKE) $(build) $@ all
-$(filter-out tools,$(SUBDIRS)): depend
- $(MAKE) -C $@ all
-
$(SUBDIR_EXAMPLES-y): $(obj)u-boot
$(obj)u-boot.lds: $(LDSCRIPT) depend
OpenPOWER on IntegriCloud