Skip to content

Commit

Permalink
Merge pull request zen-kernel#62 from wzhy90/master
Browse files Browse the repository at this point in the history
fixes installing to wrong kernel version path
  • Loading branch information
dorimanx committed Mar 1, 2015
2 parents 514c362 + 82bef22 commit 63964d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
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 63964d3

Please sign in to comment.