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

Configure Feed

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

at v2.6.36 10 lines 217 B view raw
1# 2# Makefile for the SuperH specific drivers. 3# 4obj-y := clk.o intc.o 5 6obj-$(CONFIG_SUPERHYWAY) += superhyway/ 7obj-$(CONFIG_MAPLE) += maple/ 8 9obj-$(CONFIG_GENERIC_GPIO) += pfc.o 10obj-$(CONFIG_SH_CLK_CPG) += clk-cpg.o