Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9
# SPDX-License-Identifier: GPL-2.0 ifneq '$([31mCONFIG_OPENRISC_BUILTIN_DTB[0m)' '""' BUILTIN_DTB := $(patsubst "%",%,$([31mCONFIG_OPENRISC_BUILTIN_DTB[0m)).dtb.o else BUILTIN_DTB := endif obj-y += $(BUILTIN_DTB) #DTC_FLAGS ?= -p 1024