| Index: sandbox/linux/seccomp-bpf/Makefile
|
| diff --git a/sandbox/linux/seccomp-bpf/Makefile b/sandbox/linux/seccomp-bpf/Makefile
|
| index 222af2a4213833b3daea15b8a1c6c020b62533ef..9126cdd51aa9864e0c590c15db9dd38b5cbad8bb 100644
|
| --- a/sandbox/linux/seccomp-bpf/Makefile
|
| +++ b/sandbox/linux/seccomp-bpf/Makefile
|
| @@ -3,7 +3,7 @@ CFLAGS = -g -O3 -Wall -Werror -Wextra -Wno-missing-field-initializers \
|
| CPPFLAGS = -D_GNU_SOURCE -DSECCOMP_BPF_STANDALONE -iquote ../../..
|
| LDFLAGS = -g -lpthread
|
| DEPFLAGS = -MMD -MF .$@.d
|
| -MODS := demo sandbox_bpf util
|
| +MODS := demo sandbox_bpf 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)
|
|
|