diff options
| author | Tom Rini <[email protected]> | 2023-05-15 15:26:54 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-05-15 15:26:54 -0400 |
| commit | 5d0b3dde115b0d26d414199678983d01b738ad1b (patch) | |
| tree | 2d08c0a256f50eb3c22bfbb84b2fc9cc3eb0e980 /scripts/Makefile.dts | |
| parent | eaa9efafffaf87e3414db5d21face5e2dad105e4 (diff) | |
| parent | 6ab7c3d6bab1584e43f0c0a7e92134811b78bc61 (diff) | |
Merge branch '2023-05-15-build-system-updates' into next
- Bring in a few kbuild changes from upstream Linux to fix running the
checker (make C=1/C=2), and clean up some of the logic related to how
choose what device trees to build.
Diffstat (limited to 'scripts/Makefile.dts')
| -rw-r--r-- | scripts/Makefile.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.dts b/scripts/Makefile.dts index 2561025da82..5e2429c6170 100644 --- a/scripts/Makefile.dts +++ b/scripts/Makefile.dts @@ -1,3 +1,3 @@ # SPDX-License-Identifier: GPL-2.0+ -dtb-y += $(patsubst %,%.dtb,$(subst ",,$(CONFIG_$(SPL_)OF_LIST))) +dtb-y += $(patsubst %,%.dtb,$(subst ",,$(CONFIG_DEFAULT_DEVICE_TREE) $(CONFIG_OF_LIST) $(CONFIG_SPL_OF_LIST))) |
