4 lines
93 B
Makefile
4 lines
93 B
Makefile
BPF_SDK := ../../../sdk/bpf
|
|
$(shell $(BPF_SDK)/scripts/install.sh)
|
|
include $(BPF_SDK)/bpf.mk
|