commit | 6b05dae7813fe52366a09d21b90451f1d8c76cbf | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Tue Feb 04 17:24:12 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Wed Feb 19 11:07:49 2014 -0500 |
tree | 9292a67548d80bb1c5590b51992f104786b1b0b9 | |
parent | e2aadb9ddaa5fc685bb8737cc786786c5429563f [diff] [blame] |
examples: Use scripts/Makefile.build Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
diff --git a/Makefile b/Makefile index 8c585b6..b10d3b1 100644 --- a/Makefile +++ b/Makefile
@@ -558,12 +558,9 @@ $(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