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.16-rc5 18 lines 314 B view raw
1obj-$(CONFIG_CXT1E1) += cxt1e1.o 2 3ccflags-y := -DSBE_PMCC4_ENABLE 4ccflags-y += -DSBE_ISR_TASKLET 5 6cxt1e1-y := \ 7 musycc.o \ 8 pmcc4_drv.o \ 9 comet.o \ 10 linux.o \ 11 functions.o \ 12 hwprobe.o \ 13 pmc93x6_eeprom.o \ 14 sbecrc.o \ 15 comet_tables.o \ 16 sbeid.o 17 18cxt1e1-$(CONFIG_PROC_FS) += sbeproc.o