blob: 9241064970fe72be96c300f544c03345df42ac81 (
plain)
1
2
3
4
5
6
7
8
|
ccflags-y := -I$(src)/../../../../drivers/nvdimm/
ccflags-y += -I$(src)/../../../../drivers/acpi/
obj-m += nfit_test.o
obj-m += nfit_test_iomap.o
nfit_test-y := nfit.o
nfit_test_iomap-y := iomap.o
|