1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 subdir-y += allwinner 2 subdir-y += allwinner 3 subdir-y += canaan 3 subdir-y += canaan 4 subdir-y += microchip 4 subdir-y += microchip 5 subdir-y += renesas 5 subdir-y += renesas 6 subdir-y += sifive 6 subdir-y += sifive 7 subdir-y += sophgo << 8 subdir-y += starfive 7 subdir-y += starfive 9 subdir-y += thead 8 subdir-y += thead 10 9 11 obj-$(CONFIG_BUILTIN_DTB) := $(addsuffix .dtb. !! 10 obj-$(CONFIG_BUILTIN_DTB) := $(addsuffix /, $(subdir-y))
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.