1 # SPDX-License-Identifier: GPL-2.0 !! 1 dtb-$(CONFIG_DT_EASY50712) += easy50712.dtb 2 dtb-$(CONFIG_DT_EASY50712) += danube_easy << 3 2 4 obj-$(CONFIG_BUILTIN_DTB) += $(addsuffix !! 3 obj-y += $(patsubst %.dtb, %.dtb.o, $(dtb-y)) >> 4 >> 5 # Force kbuild to make empty built-in.o if necessary >> 6 obj- += dummy.o >> 7 >> 8 always := $(dtb-y) >> 9 clean-files := *.dtb *.dtb.S
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.