git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
11 lines
211 B
Makefile
11 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
|