mcoverlayfs: enable out of tree compilation
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
KDIR ?= @KDIR@
|
KDIR ?= @KDIR@
|
||||||
ARCH ?= @ARCH@
|
ARCH ?= @ARCH@
|
||||||
KMODDIR=@KMODDIR@
|
KMODDIR=@KMODDIR@
|
||||||
|
src = @abs_srcdir@
|
||||||
|
|
||||||
RELEASE=$(shell uname -r)
|
RELEASE=$(shell uname -r)
|
||||||
ENABLE_BUILD=$(shell if [[ ${RELEASE} =~ ^4.* ]]; then echo "yes"; fi)
|
ENABLE_BUILD=$(shell if [[ ${RELEASE} =~ ^4.* ]]; then echo "yes"; fi)
|
||||||
|
|||||||
Reference in New Issue
Block a user