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