xref: /openbmc/linux/tools/testing/nvdimm/Makefile (revision 2fa5ebe3bc4e31e07a99196455498472417842f2)
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