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