7 lines
151 B
Makefile
7 lines
151 B
Makefile
|
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
|
subdir-y += sifive
|
||
|
|
subdir-y += kendryte
|
||
|
|
subdir-y += thead
|
||
|
|
|
||
|
|
obj-$(CONFIG_BUILTIN_DTB) := $(addsuffix /, $(subdir-y))
|