mcctrl: workaround for out-of-tree build (1/2)

This commit is contained in:
NAKAMURA Gou
2016-02-29 19:07:18 +09:00
parent 1dc8513cd3
commit 80ce123ab6
3 changed files with 3 additions and 1 deletions

View File

@ -227,6 +227,7 @@ AC_CONFIG_FILES([
Makefile Makefile
executer/user/Makefile executer/user/Makefile
executer/kernel/mcctrl/Makefile executer/kernel/mcctrl/Makefile
executer/kernel/mcctrl/arch/x86_64/Makefile
executer/kernel/mcoverlayfs/Makefile executer/kernel/mcoverlayfs/Makefile
kernel/Makefile kernel/Makefile
kernel/Makefile.build kernel/Makefile.build

View File

@ -0,0 +1 @@
# dummy file

View File

@ -1,6 +1,6 @@
#include <linux/version.h> #include <linux/version.h>
#include "config.h" #include "config.h"
#include "mcctrl.h" #include "../../mcctrl.h"
unsigned long unsigned long
reserve_user_space_common(struct mcctrl_usrdata *usrdata, unsigned long start, unsigned long end); reserve_user_space_common(struct mcctrl_usrdata *usrdata, unsigned long start, unsigned long end);