7 lines
112 B
Makefile
7 lines
112 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
KDIR ?= /lib/modules/`uname -r`/build
|
|
|
|
default:
|
|
$(MAKE) -C $(KDIR) M=$$PWD
|