Merge pull request #1187 from ariel-anieli/makefile-ebpf

ebpf_prog/Makefile: removed useless `LLVM_STRIP`
This commit is contained in:
Gustavo Iñiguez Goia 2024-09-16 21:39:26 +00:00 committed by GitHub
commit 81757c6840
Failed to generate hash of commit

View file

@ -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/