forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
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