kernel_samsung_a53x/tools/testing/nvdimm/Makefile
2024-06-15 16:02:09 -03:00

8 lines
153 B
Makefile
Executable file

# SPDX-License-Identifier: GPL-2.0
KDIR ?= ../../../
default:
$(MAKE) -C $(KDIR) M=$$PWD
install: default
$(MAKE) -C $(KDIR) M=$$PWD modules_install