repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git]
/
tools
/
testing
/
nvdimm
/
test
/
Kbuild
blob
003d48f5f24f5a30e8969e01628540e431f3caa7
1
# SPDX-License-Identifier: GPL-2.0
2
ccflags-y := -I$(srctree)/drivers/nvdimm/
3
ccflags-y += -I$(srctree)/drivers/acpi/nfit/
4
5
obj-m += nfit_test.o
6
obj-m += nfit_test_iomap.o
7
8
ifeq ($(CONFIG_ACPI_NFIT),m)
9
nfit_test-y := nfit.o
10
obj-m += ndtest.o
11
else
12
nfit_test-y := ndtest.o
13
endif
14
nfit_test_iomap-y := iomap.o