summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-10-21 11:53:40 +0900
committerTom Rini <trini@ti.com>2013-11-01 11:42:12 -0400
commitbcfe8fdf321e5e6d9931502c903348fe81252dd0 (patch)
tree73775cf2ddb85a75c76f739deef4c4dd505790e6 /Makefile
parenta67cefc353f1f3ecb869bd04d4a951356fbe55da (diff)
downloadblackbird-obmc-uboot-bcfe8fdf321e5e6d9931502c903348fe81252dd0.tar.gz
blackbird-obmc-uboot-bcfe8fdf321e5e6d9931502c903348fe81252dd0.zip
dts, api, test: convert makefiles to Kbuild style
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 03389dd3ad..7b05b53cdc 100644
--- a/Makefile
+++ b/Makefile
@@ -383,7 +383,7 @@ build := -f $(TOPDIR)/scripts/Makefile.build -C
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
OpenPOWER on IntegriCloud