mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 00:24:40 +01:00
Merge pull request #1187 from ariel-anieli/makefile-ebpf
ebpf_prog/Makefile: removed useless `LLVM_STRIP`
This commit is contained in:
commit
81757c6840
1 changed files with 0 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue