mirror of
https://github.com/commaai/agnos-kernel-sdm845.git
synced 2026-06-08 11:24:51 +08:00
fix symlink bug in dts
This commit is contained in:
committed by
Willem Melching
parent
4c82b8a93f
commit
4877a19bbd
1
.gitignore
vendored
1
.gitignore
vendored
@@ -118,3 +118,4 @@ all.config
|
||||
|
||||
# fetched Android config fragments
|
||||
kernel/configs/android-*.cfg
|
||||
out
|
||||
|
||||
@@ -25,7 +25,7 @@ ifneq ($(DTB_NAMES),)
|
||||
DTB_LIST := $(addsuffix .dtb,$(DTB_NAMES))
|
||||
DTB_OBJS := $(addprefix $(obj)/dts/,$(DTB_LIST))
|
||||
else
|
||||
DTB_OBJS := $(shell find $(obj)/dts/ -name \*.dtb)
|
||||
DTB_OBJS := $(shell find -L $(obj)/dts/ -name \*.dtb)
|
||||
endif
|
||||
|
||||
# Add RTIC DTB to the DTB list if RTIC MPGen is enabled
|
||||
|
||||
Reference in New Issue
Block a user