commit | 9e097354bb35fbecc861618ae38ca0d1d1719184 | [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 | f427136a863d473e607df51e77b34bb8bf2734f8 [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