dpdk: automate make config
authorJianfeng Tan <henry.tjf@antfin.com>
Thu, 13 Jun 2019 07:01:09 +0000 (15:01 +0800)
committerDaniel Pono Takamori <dtakamori@contractor.linuxfoundation.org>
Thu, 27 Jun 2019 18:57:30 +0000 (11:57 -0700)
commit85b0a328d71300572a3c2e8b5b722c00ed0ac6e8
treef4bc8beb9569081705b404650f60c24be183031b
parentcecfc87fc706a6ac819aa213b368072fa011bcae
dpdk: automate make config

Users need two steps to compile DPDK:
  $ make config -C dpdk
  $ make -C dpdk

We don't see the value for that. Add config as a dependency so that we
can compile it with only one step:
  $ make -C dpdk

Change-Id: I78bc728e904d969be9ef7575029eea9fda105bc6
Signed-off-by: Jianfeng Tan <henry.tjf@antfin.com>
IT-16521
dpdk/Makefile
lib/libtle_l4p/tcp_stream.c
lib/libtle_l4p/tcp_tx_seg.h