Makefile (03c11eb3b16dc0058589751dfd91f254be2be613) | Makefile (2672031b20f6681514bef14ddcfe8c62c2757d11) |
---|---|
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 8subdir-y += starfive 9subdir-y += thead 10 | 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 8subdir-y += starfive 9subdir-y += thead 10 |
11obj-$(CONFIG_BUILTIN_DTB) := $(addsuffix /, $(subdir-y)) | 11obj-$(CONFIG_BUILTIN_DTB) := $(addsuffix .dtb.o, $(CONFIG_BUILTIN_DTB_SOURCE)) |