Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.17 10 lines 211 B view raw
1ifneq '$(CONFIG_OPENRISC_BUILTIN_DTB)' '""' 2BUILTIN_DTB := $(patsubst "%",%,$(CONFIG_OPENRISC_BUILTIN_DTB)).dtb.o 3else 4BUILTIN_DTB := 5endif 6obj-y += $(BUILTIN_DTB) 7 8clean-files := *.dtb.S 9 10#DTC_FLAGS ?= -p 1024