13 lines
622 B
YAML
13 lines
622 B
YAML
config:
|
|
|
|
# .dts files in these directories will be copied as-is to the build tree; later ones overwrite earlier ones.
|
|
# This is meant to provide a way to "add a board DTS" without having to null-patch them in.
|
|
dts-directories:
|
|
- { source: "dt", target: "arch/arm64/boot/dts/mediatek" }
|
|
|
|
# the Makefile in each of these directories will be magically patched to include the dts files copied
|
|
# add-only: true - only add entries `` to the end of the Makefile and hope for the best
|
|
auto-patch-dt-makefile:
|
|
- { directory: "arch/arm64/boot/dts/mediatek", config-var: "CONFIG_ARCH_MEDIATEK", add-only: true }
|
|
|