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 v4.5 8 lines 199 B view raw
1ccflags-y := -I$(src)/../../../../drivers/nvdimm/ 2ccflags-y += -I$(src)/../../../../drivers/acpi/ 3 4obj-m += nfit_test.o 5obj-m += nfit_test_iomap.o 6 7nfit_test-y := nfit.o 8nfit_test_iomap-y := iomap.o