blob: 4cc8aabd92d6ac15b99ad784e06d2b6af500eb54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/tp_smapi-master/Makefile
+++ b/tp_smapi-master/Makefile
@@ -2,7 +2,7 @@
# This part runs as a normal, top-level Makefile:
X:=$(shell false)
KVER ?= $(shell uname -r)
-KBASE ?= /lib/modules/$(KVER)
+KBASE ?= /usr/lib/modules/$(KVER)
KSRC ?= $(KBASE)/source
KBUILD ?= $(KBASE)/build
MOD_DIR ?= $(KBASE)/kernel
|