projects
/
releases.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
GNU Linux-libre 5.13.14-gnu1
[releases.git]
/
tools
/
testing
/
nvdimm
/
Makefile
1
# SPDX-License-Identifier: GPL-2.0
2
KDIR ?= ../../../
3
4
default:
5
$(MAKE) -C $(KDIR) M=$$PWD
6
7
install: default
8
$(MAKE) -C $(KDIR) M=$$PWD modules_install