mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-09-07 10:24:37 +02:00
12 lines
205 B
Makefile
12 lines
205 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
ifeq ($(CONFIG_OF_OVERLAY),y)
|
|
DTC_FLAGS += -@
|
|
endif
|
|
|
|
subdir-y += sifive
|
|
subdir-y += kendryte
|
|
subdir-y += thead
|
|
|
|
obj-$(CONFIG_BUILTIN_DTB) := $(addsuffix /, $(subdir-y))
|