mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
ebpf_prog/Makefile: removed useless LLVM_STRIP
`LLVM_STRIP` appears only once in Makefile: ``` $ grep LLVM Makefile LLVM_STRIP ?= llvm-strip -g ``` Signed-off-by: Ariel Otilibili <otilibil@eurecom.fr>
This commit is contained in:
parent
791e28d764
commit
5428278ed9
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)/
|
KERNEL_HEADERS ?= /usr/src/linux-headers-$(shell uname -r)/
|
||||||
CC = clang
|
CC = clang
|
||||||
LLC ?= llc
|
LLC ?= llc
|
||||||
LLVM_STRIP ?= llvm-strip -g
|
|
||||||
ARCH ?= $(shell uname -m)
|
ARCH ?= $(shell uname -m)
|
||||||
|
|
||||||
# as in /usr/src/linux-headers-*/arch/
|
# as in /usr/src/linux-headers-*/arch/
|
||||||
|
|
Loading…
Add table
Reference in a new issue