diff options
| author | Tom Rini <[email protected]> | 2023-07-08 11:28:39 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-07-08 11:28:39 -0400 |
| commit | fa1e124ee77a6074df5abdf32c91da83df2c3d30 (patch) | |
| tree | 169b2d6887f6b9bd613b7d372cb241d78feb5a78 /dts/Makefile | |
| parent | 56c7fac8ad89955d3e5d08864bbd1343a058bf4b (diff) | |
| parent | 99a0532a2d09edac8d8cf59deb68e03f3275e494 (diff) | |
Merge branch '2023-07-07-assorted-build-improvements' into next
- Correct a few dependencies in Kconfig and better handle some generated
files so that they are properly cleaned later.
Diffstat (limited to 'dts/Makefile')
| -rw-r--r-- | dts/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dts/Makefile b/dts/Makefile index cb311138295..3437e54033d 100644 --- a/dts/Makefile +++ b/dts/Makefile @@ -63,4 +63,6 @@ spl_dtbs: $(obj)/dt-$(SPL_NAME).dtb clean-files := dt.dtb.S # Let clean descend into dts directories -subdir- += ../arch/arm/dts ../arch/microblaze/dts ../arch/mips/dts ../arch/sandbox/dts ../arch/x86/dts ../arch/powerpc/dts ../arch/riscv/dts +subdir- += ../arch/arc/dts ../arch/arm/dts ../arch/m68k/dts ../arch/microblaze/dts \ + ../arch/mips/dts ../arch/nios2/dts ../arch/powerpc/dts ../arch/riscv/dts \ + ../arch/sandbox/dts ../arch/sh/dts ../arch/x86/dts ../arch/xtensa/dts |
