| Index: sandbox/linux/seccomp-bpf/Makefile
|
| diff --git a/sandbox/linux/seccomp-bpf/Makefile b/sandbox/linux/seccomp-bpf/Makefile
|
| index a8a2ca3110511701710f455738837f433bd36e31..920b7541be9a7a6f1d962c9b3af1942a1663a539 100644
|
| --- a/sandbox/linux/seccomp-bpf/Makefile
|
| +++ b/sandbox/linux/seccomp-bpf/Makefile
|
| @@ -2,7 +2,7 @@ DEF_CFLAGS = -g -O3 -Wall -Werror -Wextra -Wno-missing-field-initializers -fPIC
|
| DEF_CPPFLAGS = -D_GNU_SOURCE -DSECCOMP_BPF_STANDALONE -DSECCOMP_BPF_VALGRIND_HACKS -include valgrind/valgrind.h -iquote ../../..
|
| DEF_LDFLAGS = -g -lpthread
|
| DEPFLAGS = -MMD -MF .$@.d
|
| -MODS := demo sandbox_bpf die errorcode util verifier
|
| +MODS := demo sandbox_bpf die errorcode syscall_iterator util verifier
|
| OBJS64 := $(shell echo ${MODS} | xargs -n 1 | sed -e 's/$$/.o64/')
|
| OBJS32 := $(shell echo ${MODS} | xargs -n 1 | sed -e 's/$$/.o32/')
|
| ALL_OBJS = $(OBJS32) $(OBJS64)
|
|
|