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.31-rc3 8 lines 170 B view raw
1ifeq ($(CONFIG_CB710_DEBUG),y) 2 EXTRA_CFLAGS += -DDEBUG 3endif 4 5obj-$(CONFIG_CB710_CORE) += cb710.o 6 7cb710-y := core.o sgbuf2.o 8cb710-$(CONFIG_CB710_DEBUG) += debug.o