mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
Because we need util-net.c for both PIE code and a regular code, just move it to pie/ directory and build with -fpie option, this way we can reuse compiled file in main program without additional compilation pass. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
23 lines
252 B
Text
23 lines
252 B
Text
*.o
|
|
*.d
|
|
*.img
|
|
*.bin
|
|
*.elf
|
|
*.out
|
|
*.swp
|
|
*.swo
|
|
*-blob.h
|
|
.git-ignore
|
|
crtools
|
|
cscope*
|
|
tags
|
|
TAGS
|
|
syscall-x86-64.S
|
|
include/syscall.h
|
|
include/syscall-codes.h
|
|
protobuf/*.c
|
|
protobuf/*.h
|
|
include/version.h
|
|
arch/x86/sys-exec-tbl.c
|
|
arch/x86/syscalls.S
|
|
pie/pie.lds.S
|