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 v4.17 10 lines 300 B view raw
1# SPDX-License-Identifier: GPL-2.0 2ifneq '$(CONFIG_H8300_BUILTIN_DTB)' '""' 3BUILTIN_DTB := $(patsubst "%",%,$(CONFIG_H8300_BUILTIN_DTB)).dtb.o 4endif 5 6obj-y += $(BUILTIN_DTB) 7 8dtb-$(CONFIG_H8300H_SIM) := h8300h_sim.dtb 9dtb-$(CONFIG_H8S_SIM) := h8s_sim.dtb 10dtb-$(CONFIG_H8S_EDOSK2674) := edosk2674.dtb