Skip to content

Commit

Permalink
Merge pull request #116 from ian-abbott/no-krel
Browse files Browse the repository at this point in the history
Makefile: remove KREL
  • Loading branch information
dorimanx committed Jun 19, 2017
2 parents 494505c + 32d8a51 commit de4c760
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 @@ -27,7 +27,6 @@ EXTRA_FLAGS += -I$(PWD)
KDIR ?= /lib/modules/$(shell uname -r)/build
MDIR ?= /lib/modules/$(shell uname -r)
PWD := $(shell pwd)
KREL := $(shell cd ${KDIR} && make -s kernelrelease)
PWD := $(shell pwd)

export CONFIG_EXFAT_FS := m
Expand Down

0 comments on commit de4c760

Please sign in to comment.