X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=build-data%2Fplatforms.mk;h=988be14b61d93f53b7a82a4876740fc03951ef18;hb=74574228b0f63a3c8fd373321ed25f4d24308df0;hp=38f840e1d873251e3219b215cd8e3a8dcebf9e5e;hpb=67ba3bed006c8fdaec5cbee897843d54cf2f538d;p=vpp.git diff --git a/build-data/platforms.mk b/build-data/platforms.mk index 38f840e1d87..988be14b61d 100644 --- a/build-data/platforms.mk +++ b/build-data/platforms.mk @@ -36,6 +36,10 @@ install-deb: $(patsubst %,%-find-source,$(ROOT_PACKAGES)) ./scripts/find-dev-contents $(INSTALL_PREFIX)$(ARCH) \ deb/debian/vpp-dev.install ; \ \ + : dpdk headers ; \ + ./scripts/find-dpdk-contents $(INSTALL_PREFIX)$(ARCH) \ + deb/debian/vpp-dpdk-dev.install ; \ + \ : bin package needs startup config ; \ echo ../../vpp/conf/startup.conf /etc/vpp \ >> deb/debian/vpp.install ; \