| Index: sandbox/linux/seccomp-bpf/Makefile
|
| diff --git a/sandbox/linux/seccomp-bpf/Makefile b/sandbox/linux/seccomp-bpf/Makefile
|
| index a69719807adaefca80bd2324f85b7aa05aba428f..6d644b8b88cfebc564f6e9b4757f3e0bca3a45ff 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 codegen errorcode syscall_iterator util verifier
|
| +MODS := demo sandbox_bpf basicblock codegen die errorcode syscall 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)
|
|
|