support a function to execute mcexec automatically.

This commit is contained in:
Tomoki Shirasawa
2015-06-30 17:47:01 +09:00
parent 4ebe778ede
commit aabc3d386d
6 changed files with 267 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ obj-m += mcctrl.o
ccflags-y := -I$(IHK_BASE)/linux/include -I$(IHK_BASE)/ikc/include -I$(IHK_BASE)/include -I$(src)/../include -mcmodel=kernel -mno-red-zone
mcctrl-y := driver.o control.o ikc.o syscall.o procfs.o
mcctrl-y := driver.o control.o ikc.o syscall.o procfs.o binfmt_mcexec.o
KBUILD_EXTRA_SYMBOLS = @abs_builddir@/../../../ihk/linux/core/Module.symvers