Autoinstall dependencies in the SDK itself
This commit is contained in:
@ -1,3 +1,2 @@
|
|||||||
BPF_SDK := ../../../sdk/bpf
|
BPF_SDK := ../../../sdk/bpf
|
||||||
$(shell $(BPF_SDK)/scripts/install.sh)
|
|
||||||
include $(BPF_SDK)/bpf.mk
|
include $(BPF_SDK)/bpf.mk
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
LOCAL_PATH := $(dir $(lastword $(MAKEFILE_LIST)))
|
LOCAL_PATH := $(dir $(lastword $(MAKEFILE_LIST)))
|
||||||
|
$(shell $(LOCAL_PATH)/scripts/install.sh)
|
||||||
|
|
||||||
all:
|
all:
|
||||||
.PHONY: help all clean
|
.PHONY: help all clean
|
||||||
|
Reference in New Issue
Block a user