Skip to content

Commit 2a99244

Browse files
author
Savio Machado
committed
build: fix config.mk
1 parent 5cc634a commit 2a99244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ else
1616
KBUILDVERS ?= $(shell uname -r | grep -oE [0-9.]+ | head -1)
1717
endif
1818

19-
KERNELVERSION = $(KBUILDDIR)
2019
KBUILDDIR ?= /lib/modules/$(KBUILDVERS)/build
20+
KERNELVERSION = $(KBUILDDIR)
2121
KSOURCEVER := $(KBUILDVERS)
2222
KSOURCEPKG := linux-$(KSOURCEVER).tar.xz
2323
KSOURCEDIR := $(KSOURCEPKG:.tar.xz=)

0 commit comments

Comments
 (0)