Skip to content

Commit

Permalink
examples/c: add minimal_ns to the list of built app
Browse files Browse the repository at this point in the history
minimal_ns was missed, add it to .gitignore and APPS list.

Closes: #265
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
  • Loading branch information
anakryiko committed May 9, 2024
1 parent f189965 commit 087ff1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/c/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/bootstrap
/minimal
/minimal_legacy
/minimal_ns
/uprobe
/kprobe
/fentry
Expand Down
3 changes: 2 additions & 1 deletion examples/c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ INCLUDES := -I$(OUTPUT) -I../../libbpf/include/uapi -I$(dir $(VMLINUX)) -I$(LIBB
CFLAGS := -g -Wall
ALL_LDFLAGS := $(LDFLAGS) $(EXTRA_LDFLAGS)

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 \
usdt sockfilter tc ksyscall task_iter lsm

CARGO ?= $(shell which cargo)
ifeq ($(strip $(CARGO)),)
Expand Down

0 comments on commit 087ff1a

Please sign in to comment.