mcctrl: workaround for out-of-tree build (1/2)
This commit is contained in:
@ -227,6 +227,7 @@ AC_CONFIG_FILES([
|
||||
Makefile
|
||||
executer/user/Makefile
|
||||
executer/kernel/mcctrl/Makefile
|
||||
executer/kernel/mcctrl/arch/x86_64/Makefile
|
||||
executer/kernel/mcoverlayfs/Makefile
|
||||
kernel/Makefile
|
||||
kernel/Makefile.build
|
||||
|
||||
1
executer/kernel/mcctrl/arch/x86_64/Makefile.in
Normal file
1
executer/kernel/mcctrl/arch/x86_64/Makefile.in
Normal file
@ -0,0 +1 @@
|
||||
# dummy file
|
||||
@ -1,6 +1,6 @@
|
||||
#include <linux/version.h>
|
||||
#include "config.h"
|
||||
#include "mcctrl.h"
|
||||
#include "../../mcctrl.h"
|
||||
|
||||
unsigned long
|
||||
reserve_user_space_common(struct mcctrl_usrdata *usrdata, unsigned long start, unsigned long end);
|
||||
|
||||
Reference in New Issue
Block a user