summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2011-04-13 11:31:56 +0100
committerAndy Green <andy.green@linaro.org>2011-04-13 11:31:56 +0100
commit3e30053c4ef0d4293fee1ba2d43f971b9d5cbb9e (patch)
tree2ec44e6b56d25b859e13b3e4da37a32068101959
parent6e6ad73fc4d9d48551779b560eee758b95d44204 (diff)
MAKEFILE correct using shawn dtb method
Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--arch/arm/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index d51ab6c6482..bb797e4bdea 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -292,6 +292,9 @@ zinstall uinstall install: vmlinux
%.dtb:
$(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@
+dtbs:
+ $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@
+
# We use MRPROPER_FILES and CLEAN_FILES now
archclean:
$(Q)$(MAKE) $(clean)=$(boot)