Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v5.5 7 lines 209 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2ifneq '$(CONFIG_NDS32_BUILTIN_DTB)' '""' 3BUILTIN_DTB := $(patsubst "%",%,$(CONFIG_NDS32_BUILTIN_DTB)).dtb.o 4else 5BUILTIN_DTB := 6endif 7obj-$(CONFIG_OF) += $(BUILTIN_DTB)