Skip to content

Commit

Permalink
Remove unused vars from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ccanel committed Apr 18, 2024
1 parent 895c490 commit 571b1d2
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions ratemon/runtime/new/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,7 @@ INCLUDES := -I$(OUTPUT) -I../../../libbpf/include/uapi -I$(dir $(VMLINUX))
CFLAGS := -g -Wall
ALL_LDFLAGS := $(LDFLAGS) $(EXTRA_LDFLAGS)

APPS = minimal bootstrap ratemon_test

CARGO ?= $(shell which cargo)
ifeq ($(strip $(CARGO)),)
BZS_APPS :=
else
BZS_APPS := profile
APPS += $(BZS_APPS)
endif
APPS = ratemon_test

# Get Clang's default includes on this system. We'll explicitly add these dirs
# to the includes list when compiling with `-target bpf` because otherwise some
Expand Down

0 comments on commit 571b1d2

Please sign in to comment.