We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f189965 commit 087ff1aCopy full SHA for 087ff1a
examples/c/.gitignore
@@ -2,6 +2,7 @@
2
/bootstrap
3
/minimal
4
/minimal_legacy
5
+/minimal_ns
6
/uprobe
7
/kprobe
8
/fentry
examples/c/Makefile
@@ -24,7 +24,8 @@ INCLUDES := -I$(OUTPUT) -I../../libbpf/include/uapi -I$(dir $(VMLINUX)) -I$(LIBB
24
CFLAGS := -g -Wall
25
ALL_LDFLAGS := $(LDFLAGS) $(EXTRA_LDFLAGS)
26
27
-APPS = minimal minimal_legacy bootstrap uprobe kprobe fentry usdt sockfilter tc ksyscall task_iter lsm
+APPS = minimal minimal_legacy minimal_ns bootstrap uprobe kprobe fentry \
28
+ usdt sockfilter tc ksyscall task_iter lsm
29
30
CARGO ?= $(shell which cargo)
31
ifeq ($(strip $(CARGO)),)
0 commit comments