mcoverlayfs: enable out of tree compilation

This commit is contained in:
Balazs Gerofi
2016-02-01 00:35:53 +09:00
parent fdf031ac16
commit d8eeab9b89

View File

@ -1,6 +1,7 @@
KDIR ?= @KDIR@
ARCH ?= @ARCH@
KMODDIR=@KMODDIR@
src = @abs_srcdir@
RELEASE=$(shell uname -r)
ENABLE_BUILD=$(shell if [[ ${RELEASE} =~ ^4.* ]]; then echo "yes"; fi)