mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-20 16:51:37 +00:00
One note -- the macvlan's index _does_ change. We should either patch iproute2 or use raw kernel API to preserve it. Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
4 lines
130 B
Makefile
4 lines
130 B
Makefile
all: mvlink.so
|
|
|
|
mvlink.so: mvlink.c
|
|
gcc -g -Werror -Wall -shared -nostartfiles mvlink.c -o mvlink.so -iquote ../../include -fPIC
|