Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « dts « boot « sh « arch - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2563d1e532e22024d4c496dc6505a8cca731ff67 (plain)
1
2
3
ifneq ($(CONFIG_BUILTIN_DTB_SOURCE),"")
obj-$(CONFIG_USE_BUILTIN_DTB) += $(patsubst "%",%,$(CONFIG_BUILTIN_DTB_SOURCE)).dtb.o
endif