mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
The cross compile container definitions for each architecture were almost the same files except for the architecture. This moves the architecture to variables so that all cross compile setups can use the same container definition. Signed-off-by: Adrian Reber <areber@redhat.com>
44 lines
664 B
Text
44 lines
664 B
Text
.config
|
|
*.o
|
|
*.d
|
|
*.a
|
|
*.img
|
|
*.bin
|
|
*.elf
|
|
*.out
|
|
*.swp
|
|
*.swo
|
|
*.so
|
|
.git-ignore
|
|
*.patch
|
|
*.pyc
|
|
cscope*
|
|
tags
|
|
TAGS
|
|
Makefile.local
|
|
compel/compel
|
|
compel/compel-host-bin
|
|
images/*.c
|
|
images/*.h
|
|
images/google/protobuf/*.c
|
|
images/google/protobuf/*.h
|
|
.gitid
|
|
criu/criu
|
|
criu/unittest/unittest
|
|
crit/crit
|
|
criu/arch/*/sys-exec-tbl*.c
|
|
# x86 syscalls-table is not generated
|
|
!criu/arch/x86/sys-exec-tbl.c
|
|
criu/arch/*/syscalls*.S
|
|
criu/include/syscall-codes*.h
|
|
criu/include/syscall*.h
|
|
criu/include/version.h
|
|
criu/pie/restorer-blob.h
|
|
criu/pie/parasite-blob.h
|
|
criu/protobuf-desc-gen.h
|
|
lib/build/
|
|
lib/c/criu.pc
|
|
lib/.crit-setup.files
|
|
compel/include/asm
|
|
include/common/asm
|
|
include/common/config.h
|