Autoinstall dependencies in the SDK itself

This commit is contained in:
Michael Vines 2018-12-01 10:30:06 -08:00 committed by Grimes
parent 27b617b340
commit e52f3f34a4
2 changed files with 1 additions and 1 deletions

View File

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

View File

@ -1,4 +1,5 @@
LOCAL_PATH := $(dir $(lastword $(MAKEFILE_LIST)))
$(shell $(LOCAL_PATH)/scripts/install.sh)
all:
.PHONY: help all clean