]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm/boot/Makefile
ARM: dts: mvebu: Convert all the mvebu files to use the range property
[karo-tx-linux.git] / arch / arm / boot / Makefile
index abfce280f57b3f0f90d186eaed8a188d978037c7..84aa2caf07ed203fb810220258401a1b51f7cab3 100644 (file)
@@ -68,8 +68,8 @@ else
 endif
 
 check_for_multiple_loadaddr = \
-if [ $(words $(UIMAGE_LOADADDR)) -gt 1 ]; then \
-       echo 'multiple load addresses: $(UIMAGE_LOADADDR)'; \
+if [ $(words $(UIMAGE_LOADADDR)) -ne 1 ]; then \
+       echo 'multiple (or no) load addresses: $(UIMAGE_LOADADDR)'; \
        echo 'This is incompatible with uImages'; \
        echo 'Specify LOADADDR on the commandline to build an uImage'; \
        false; \
@@ -115,4 +115,4 @@ i:
        $(CONFIG_SHELL) $(srctree)/$(src)/install.sh $(KERNELRELEASE) \
        $(obj)/Image System.map "$(INSTALL_PATH)"
 
-subdir-            := bootp compressed
+subdir-            := bootp compressed dts