4 lines
52 B
Makefile
4 lines
52 B
Makefile
|
ifeq ($(CONFIG_HAS_DTS),y)
|
||
|
always := $(dtb-y)
|
||
|
endif
|