git://git.halfball.org
/
parrot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18791e7
)
Fixed Makefile to build properly
master
author
VZ Cambria
<vzcambria@gmail.com>
Fri, 30 Dec 2016 16:58:56 +0000
(11:58 -0500)
committer
VZ Cambria
<vzcambria@gmail.com>
Fri, 30 Dec 2016 16:58:56 +0000
(11:58 -0500)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
b199997
..
cea6d11
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-7,7
+7,8
@@
obj-m := $(TARGET).o
else
-KERNELDIR ?= /usr/src/linux
+#KERNELDIR ?= /usr/src/linux
+KERNELDIR ?= /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)
default: