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.15-rc2 8 lines 192 B view raw
1obj-$(CONFIG_FB_INTEL) += intelfb.o 2 3intelfb-objs := intelfbdrv.o intelfbhw.o 4 5ifdef CONFIG_FB_INTEL_DEBUG 6#EXTRA_CFLAGS += -DDEBUG -DVERBOSE -DREGDUMP 7EXTRA_CFLAGS += -DDEBUG -DREGDUMP 8endif