summaryrefslogtreecommitdiffstats
path: root/samples/seccomp/Makefile
blob: 75916c23e4161bdee68ea27fa7091996d131f273 (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: GPL-2.0
userprogs := bpf-fancy dropper bpf-direct user-trap

bpf-fancy-objs := bpf-fancy.o bpf-helper.o

userccflags += -I usr/include

always-y := $(userprogs)