Skip to content

Commit

Permalink
Merge pull request #1187 from ariel-anieli/makefile-ebpf
Browse files Browse the repository at this point in the history
ebpf_prog/Makefile: removed useless `LLVM_STRIP`
  • Loading branch information
gustavo-iniguez-goya committed Sep 16, 2024
2 parents 2a233c1 + 5428278 commit 81757c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ebpf_prog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ KERNEL_DIR ?= /lib/modules/$(shell uname -r)/source
KERNEL_HEADERS ?= /usr/src/linux-headers-$(shell uname -r)/
CC = clang
LLC ?= llc
LLVM_STRIP ?= llvm-strip -g
ARCH ?= $(shell uname -m)

# as in /usr/src/linux-headers-*/arch/
Expand Down

0 comments on commit 81757c6

Please sign in to comment.