scripts: move to buildtools
authorThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 15 Dec 2016 21:46:47 +0000 (22:46 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 4 Jan 2017 20:17:32 +0000 (21:17 +0100)
commit4ec6960aec264172ac22f89c31ec4b43234bb264
tree4f47007e3740571377f2ae59faffc960045317cb
parentd76a592782c1291b19f74a8ec29bcbd40b5170cd
scripts: move to buildtools

There is already a directory buildtools for pmdinfogen used by
the build system. The scripts used in makefiles are moved here.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Tested-by: Ferruh Yigit <ferruh.yigit@intel.com>
20 files changed:
MAINTAINERS
buildtools/auto-config-h.sh [new file with mode: 0755]
buildtools/depdirs-rule.sh [new file with mode: 0755]
buildtools/gen-build-mk.sh [new file with mode: 0755]
buildtools/gen-config-h.sh [new file with mode: 0755]
buildtools/relpath.sh [new file with mode: 0755]
doc/guides/freebsd_gsg/build_dpdk.rst
drivers/net/mlx4/Makefile
drivers/net/mlx5/Makefile
mk/internal/rte.depdirs-post.mk
mk/internal/rte.install-post.mk
mk/rte.sdkbuild.mk
mk/rte.sdkconfig.mk
mk/rte.sdkinstall.mk
pkg/dpdk.spec
scripts/auto-config-h.sh [deleted file]
scripts/depdirs-rule.sh [deleted file]
scripts/gen-build-mk.sh [deleted file]
scripts/gen-config-h.sh [deleted file]
scripts/relpath.sh [deleted file]