Merge tag 'qcom-dts-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom...
[linux-2.6-microblaze.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)