Skip to content

Commit

Permalink
ebpf_prog/Makefile: removed useless LLVM_STRIP
Browse files Browse the repository at this point in the history
`LLVM_STRIP` appears only once in Makefile:

```
$ grep LLVM Makefile
LLVM_STRIP ?= llvm-strip -g
```

Signed-off-by: Ariel Otilibili <[email protected]>
  • Loading branch information
Ariel Otilibili committed Sep 13, 2024
1 parent 791e28d commit 5428278
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 5428278

Please sign in to comment.