Makefile (03ab8e6297acd1bc0eedaa050e2a1635c576fd11) | Makefile (4adb690aa1b41c1e52af579574d1d6aa58da1187) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2subdir-y += sifive 3subdir-y += starfive 4subdir-$(CONFIG_SOC_CANAAN_K210_DTB_BUILTIN) += canaan 5subdir-y += microchip | 1# SPDX-License-Identifier: GPL-2.0 2subdir-y += sifive 3subdir-y += starfive 4subdir-$(CONFIG_SOC_CANAAN_K210_DTB_BUILTIN) += canaan 5subdir-y += microchip |
6subdir-y += renesas |
|
6 7obj-$(CONFIG_BUILTIN_DTB) := $(addsuffix /, $(subdir-y)) | 7 8obj-$(CONFIG_BUILTIN_DTB) := $(addsuffix /, $(subdir-y)) |