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.30-rc2 11 lines 219 B view raw
1ifneq ($(CONFIG_CONNECTOR),) 2obj-m += cn_test.o 3endif 4 5# List of programs to build 6hostprogs-y := ucon 7 8# Tell kbuild to always build the programs 9always := $(hostprogs-y) 10 11HOSTCFLAGS_ucon.o += -I$(objtree)/usr/include