Skip to content

Commit

Permalink
uprobe: fix selftest makefile with missing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeldtinoco authored Jun 27, 2022
1 parent dea0517 commit 216bd5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions selftest/uprobe/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ LIBBPF_OBJ = $(abspath $(OUTPUT)/libbpf.a)

CC = gcc
CLANG = clang
GO = go

CFLAGS = -g -O2 -Wall -fpie
LDFLAGS =
Expand Down

0 comments on commit 216bd5b

Please sign in to comment.