Kbuild 204 Bytes
Newer Older
1
ccflags-y := -I$(src)/../../../../drivers/nvdimm/
2
ccflags-y += -I$(src)/../../../../drivers/acpi/nfit/
3 4 5 6 7 8

obj-m += nfit_test.o
obj-m += nfit_test_iomap.o

nfit_test-y := nfit.o
nfit_test_iomap-y := iomap.o