Skip to content

Commit

Permalink
fixes installing to wrong kernel version path
Browse files Browse the repository at this point in the history
  • Loading branch information
wzhy90 committed Feb 28, 2015
1 parent 514c362 commit 82bef22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82bef22

Please sign in to comment.