From 82bef227536299961a0ca10004a987170ef75978 Mon Sep 17 00:00:00 2001 From: wzhy90 Date: Sat, 28 Feb 2015 23:00:29 +0800 Subject: [PATCH] fixes installing to wrong kernel version path --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 24e3654..fb2be9d 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,6 @@ KDIR := /lib/modules/$(shell uname -r)/build MDIR := /lib/modules/$(shell uname -r) PWD := $(shell pwd) KREL := $(shell cd ${KDIR} && make -s kernelrelease) -MDIR := /lib/modules/${KREL} PWD := $(shell pwd) export CONFIG_EXFAT_FS := m