Merge tag 'sh-for-5.8' of git://git.libc.org/linux-sh
[platform/kernel/linux-starfive.git] / samples / seccomp / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 userprogs := bpf-fancy dropper bpf-direct user-trap
3
4 bpf-fancy-objs := bpf-fancy.o bpf-helper.o
5
6 userccflags += -I usr/include
7
8 always-y := $(userprogs)