kbuild: consolidate Devicetree dtb build rules
[sfrench/cifs-2.6.git] / arch / c6x / Makefile
index 3fe8a948e94cf93e554e7b6b2c18e9175cd4b87f..b7aa854f700862e469a5dd5e96b7782bd72a5df7 100644 (file)
@@ -40,9 +40,7 @@ boot := arch/$(ARCH)/boot
 DTB:=$(subst dtbImage.,,$(filter dtbImage.%, $(MAKECMDGOALS)))
 export DTB
 
-ifneq ($(DTB),)
 core-y += $(boot)/dts/
-endif
 
 # With make 3.82 we cannot mix normal and wildcard targets