Now kbuild core scripts create empty built-in.o where necessary. Remove "obj- := dummy.o" tricks. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
4 lines
129 B
Makefile
4 lines
129 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
dtb-$(CONFIG_DT_EASY50712) += easy50712.dtb
|
|
|
|
obj-y += $(patsubst %.dtb, %.dtb.o, $(dtb-y))
|