xref: /linux/tools/testing/nvdimm/Makefile (revision e2be04c7f9958dde770eeb8b30e829ca969b37bb)
1# SPDX-License-Identifier: GPL-2.0
2KDIR ?= ../../../
3
4default:
5	$(MAKE) -C $(KDIR) M=$$PWD
6
7install: default
8	$(MAKE) -C $(KDIR) M=$$PWD modules_install
9