forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
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