1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 dtb-$(CONFIG_DT_EASY50712) += danube_easy !! 2 dtb-$(CONFIG_DT_EASY50712) += easy50712.dtb 3 3 4 obj-$(CONFIG_BUILTIN_DTB) += $(addsuffix !! 4 obj-y += $(patsubst %.dtb, %.dtb.o, $(dtb-y)) >> 5 >> 6 # Force kbuild to make empty built-in.o if necessary >> 7 obj- += dummy.o >> 8 >> 9 always := $(dtb-y) >> 10 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.