brintos

brintos / linux-shallow public Read only

0
0
Text · 309 B · 003d48f Raw
15 lines · plain
1# SPDX-License-Identifier: GPL-2.02ccflags-y := -I$(srctree)/drivers/nvdimm/3ccflags-y += -I$(srctree)/drivers/acpi/nfit/4 5obj-m += nfit_test.o6obj-m += nfit_test_iomap.o7 8ifeq  ($(CONFIG_ACPI_NFIT),m)9	nfit_test-y := nfit.o10	obj-m += ndtest.o11else12	nfit_test-y := ndtest.o13endif14nfit_test_iomap-y := iomap.o15