mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
10 lines
224 B
Makefile
10 lines
224 B
Makefile
![]() |
dtb-$(CONFIG_XILFPGA_NEXYS4DDR) += nexys4ddr.dtb
|
||
|
|
||
|
obj-y += $(patsubst %.dtb, %.dtb.o, $(dtb-y))
|
||
|
|
||
|
# Force kbuild to make empty built-in.o if necessary
|
||
|
obj- += dummy.o
|
||
|
|
||
|
always := $(dtb-y)
|
||
|
clean-files := *.dtb *.dtb.S
|