commit | bcfe8fdf321e5e6d9931502c903348fe81252dd0 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Mon Oct 21 11:53:40 2013 +0900 |
committer | Tom Rini <trini@ti.com> | Fri Nov 01 11:42:12 2013 -0400 |
tree | 73775cf2ddb85a75c76f739deef4c4dd505790e6 | |
parent | a67cefc353f1f3ecb869bd04d4a951356fbe55da [diff] [blame] |
dts, api, test: convert makefiles to Kbuild style Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
diff --git a/Makefile b/Makefile index 03389dd..7b05b53 100644 --- a/Makefile +++ b/Makefile
@@ -383,7 +383,7 @@ all: $(ALL-y) $(SUBDIR_EXAMPLES) $(obj)u-boot.dtb: checkdtc $(obj)u-boot - $(MAKE) -C dts binary + $(MAKE) $(build) dts binary mv $(obj)dts/dt.dtb $@ $(obj)u-boot-dtb.bin: $(obj)u-boot.bin $(obj)u-boot.dtb