1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 userprogs-always-y += bpf-fancy dropper bpf-di !! 2 userprogs := bpf-fancy dropper bpf-direct user-trap 3 3 4 bpf-fancy-objs := bpf-fancy.o bpf-helper.o 4 bpf-fancy-objs := bpf-fancy.o bpf-helper.o 5 5 6 userccflags += -I usr/include 6 userccflags += -I usr/include >> 7 >> 8 always-y := $(userprogs)
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.