Commit 6dc2e2de authored by Pavel Emelyanov's avatar Pavel Emelyanov Committed by Andrei Vagin

infect: Introduce skeleton for soon-to-be compel code

We'll collect the compel code here and will move all these
files into compel library by the last patch of this set.
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 1fe80294
......@@ -3,6 +3,7 @@ ccflags-y += -iquote compel/plugins/include
ccflags-y += -iquote compel/include
ccflags-y += -iquote compel/arch/$(ARCH)/plugins/std
obj-y += infect.o
obj-y += action-scripts.o
obj-y += external.o
obj-y += aio.o
......
#ifndef __COMPEL_INFECT_H__
#define __COMPEL_INFECT_H__
#endif
#include "infect.h"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment