summarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebRmv2016-02-17 17:11:50 +0100
committerSebRmv2016-02-17 17:11:50 +0100
commit425a7877405eeb32973b828e0a6346aa4cf90323 (patch)
tree38f72feb4d899518aeb6bd26b57408aefdd2709c /Makefile
parenta5fe462c6fa79ae8c7c65d43546510f0c0c95039 (diff)
downloadaur-425a7877405eeb32973b828e0a6346aa4cf90323.tar.gz
Fix build path.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2e2a6b33a5c9..aecfcbdd05a7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
obj-m := ia32_aout.o
-KDIR := /lib/modules/$(shell uname -r)/build
+KDIR := /usr/lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)
all: