mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
10 lines
211 B
Makefile
10 lines
211 B
Makefile
ifneq '$(CONFIG_OPENRISC_BUILTIN_DTB)' '""'
|
|
BUILTIN_DTB := $(patsubst "%",%,$(CONFIG_OPENRISC_BUILTIN_DTB)).dtb.o
|
|
else
|
|
BUILTIN_DTB :=
|
|
endif
|
|
obj-y += $(BUILTIN_DTB)
|
|
|
|
clean-files := *.dtb.S
|
|
|
|
#DTC_FLAGS ?= -p 1024
|