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.25 10 lines 232 B view raw
1# 2# Makefile for common code for Toshiba TX4927 based systems 3# 4 5obj-y += tx4927_prom.o tx4927_irq.o 6 7obj-$(CONFIG_TOSHIBA_FPCIB0) += smsc_fdc37m81x.o 8obj-$(CONFIG_KGDB) += tx4927_dbgio.o 9 10EXTRA_CFLAGS += -Werror