forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 244b2c5ca8b14627e4a17755e5922221e121c771
kernel/arch/c6x/Makefile
....@@ -40,9 +40,7 @@
4040 DTB:=$(subst dtbImage.,,$(filter dtbImage.%, $(MAKECMDGOALS)))
4141 export DTB
4242
43
-ifneq ($(DTB),)
4443 core-y += $(boot)/dts/
45
-endif
4644
4745 # With make 3.82 we cannot mix normal and wildcard targets
4846