X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=1ae1684e89188f937946edfcf174b662777e9daf;hb=3d5f08a82;hp=ef3cbe8d2ff95ebcb721cf12c8ff58bbccfa94f6;hpb=35ef865678d82b5a6fd3936716de8afb2fd49e60;p=vpp.git diff --git a/Makefile b/Makefile index ef3cbe8d2ff..1ae1684e891 100644 --- a/Makefile +++ b/Makefile @@ -91,10 +91,6 @@ else ifeq ($(OS_VERSION_ID),20.10) DEB_DEPENDS += libelf-dev # for libbpf (af_xdp) DEB_DEPENDS += clang-format-10 LIBFFI=libffi8ubuntu1 -else ifeq ($(OS_ID)-$(OS_VERSION_ID),debian-9) - DEB_DEPENDS += libssl1.0-dev - DEB_DEPENDS += python-all python-pip - DEB_DEPENDS += python-dev python-all python-pip python-virtualenv else ifeq ($(OS_ID)-$(OS_VERSION_ID),debian-10) DEB_DEPENDS += libssl-dev DEB_DEPENDS += libelf-dev # for libbpf (af_xdp) @@ -516,7 +512,7 @@ endef endif %.files: .FORCE - @find . \( -name '*\.[chyS]' -o -name '*\.java' -o -name '*\.lex' \) -and \ + @find . \( -name '*\.[chyS]' -o -name '*\.java' -o -name '*\.lex' -o -name '*\.py' \) -and \ \( -not -path './build-root*' -o -path \ './build-root/build-vpp_debug-native/dpdk*' \) > $@