Makefile (34069d12e239ae8f36dd96c378e4622fb1c42a76) | Makefile (9439a0e8b6bb83e46e8d30d2cf00558ffd1ee41e) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2subdir-y += allwinner 3subdir-y += canaan 4subdir-y += microchip 5subdir-y += renesas 6subdir-y += sifive | 1# SPDX-License-Identifier: GPL-2.0 2subdir-y += allwinner 3subdir-y += canaan 4subdir-y += microchip 5subdir-y += renesas 6subdir-y += sifive |
7subdir-y += sophgo |
|
7subdir-y += starfive 8subdir-y += thead 9 10obj-$(CONFIG_BUILTIN_DTB) := $(addsuffix /, $(subdir-y)) | 8subdir-y += starfive 9subdir-y += thead 10 11obj-$(CONFIG_BUILTIN_DTB) := $(addsuffix /, $(subdir-y)) |