1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 ccflags-y := -I$(srctree)/drivers/nvdimm/ 2 ccflags-y := -I$(srctree)/drivers/nvdimm/ 3 ccflags-y += -I$(srctree)/drivers/acpi/nfit/ 3 ccflags-y += -I$(srctree)/drivers/acpi/nfit/ 4 4 5 obj-m += nfit_test.o 5 obj-m += nfit_test.o 6 obj-m += nfit_test_iomap.o 6 obj-m += nfit_test_iomap.o 7 7 8 ifeq ($(CONFIG_ACPI_NFIT),m) 8 ifeq ($(CONFIG_ACPI_NFIT),m) 9 nfit_test-y := nfit.o 9 nfit_test-y := nfit.o 10 obj-m += ndtest.o 10 obj-m += ndtest.o 11 else 11 else 12 nfit_test-y := ndtest.o 12 nfit_test-y := ndtest.o 13 endif 13 endif 14 nfit_test_iomap-y := iomap.o 14 nfit_test_iomap-y := iomap.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.