diff options
author | Masahiro Yamada | 2014-02-04 17:24:12 +0900 |
---|---|---|
committer | Tom Rini | 2014-02-19 11:07:49 -0500 |
commit | 4a20df395d9b6961a4877852e911cbbadd019d40 (patch) | |
tree | 9292a67548d80bb1c5590b51992f104786b1b0b9 /Makefile | |
parent | e183a1745aa4ad05dac3d7caf5777dceff3f1958 (diff) |
examples: Use scripts/Makefile.build
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
@@ -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 |