File local.mk-fix of Package aufs
From: Jeff Mahoney <jeffm@suse.com>
Subject: [PATCH] aufs: Build fix
This patch allows us to build aufs as a KMP.
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
---
local.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: aufs/local.mk
===================================================================
--- aufs.orig/local.mk
+++ aufs/local.mk
@@ -232,7 +232,7 @@ aufs.ko: ${TgtPath}/aufs.ko
test ! -e $@ && ln -s $< $@ || :
${TgtPath}/aufs.ko: FORCE
@echo ${TgtPath}
- ${MAKE} -C ${KDIR} M=${CURDIR}/${TgtPath} modules
+ ${MAKE} -C ${KDIR} M=${M} modules
.SILENT: ${TgtPath}/Kconfig
${TgtPath}/Kconfig: mtime = $(shell ls -l --time-style=+%s Kconfig.in | cut -f6 -d' ')