Move bpf-sdk to sdk/bpf

This commit is contained in:
Michael Vines
2018-12-01 09:59:08 -08:00
committed by Grimes
parent 42dc18ddfc
commit 7c3e6e8e86
19 changed files with 7 additions and 5 deletions

View File

@@ -1,2 +1,3 @@
$(shell ./sdk/scripts/install.sh)
include sdk/bpf.mk
BPF_SDK := ../../../sdk/bpf
$(shell $(BPF_SDK)/scripts/install.sh)
include $(BPF_SDK)/bpf.mk