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 v2.6.36-rc6 16 lines 373 B view raw
1ifeq ($(CONFIG_CAIF_DEBUG),y) 2EXTRA_CFLAGS += -DDEBUG 3endif 4 5caif-objs := caif_dev.o \ 6 cfcnfg.o cfmuxl.o cfctrl.o \ 7 cffrml.o cfveil.o cfdbgl.o\ 8 cfserl.o cfdgml.o \ 9 cfrfml.o cfvidl.o cfutill.o \ 10 cfsrvl.o cfpkt_skbuff.o caif_config_util.o 11 12obj-$(CONFIG_CAIF) += caif.o 13obj-$(CONFIG_CAIF_NETDEV) += chnl_net.o 14obj-$(CONFIG_CAIF) += caif_socket.o 15 16export-objs := caif.o