forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
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