diff options
author | Thomas Monjalon <thomas.monjalon@6wind.com> | 2015-03-10 17:55:25 +0100 |
---|---|---|
committer | Thomas Monjalon <thomas.monjalon@6wind.com> | 2015-03-10 17:55:25 +0100 |
commit | efa2084a840fb83fd9be83adca57e5f23d3fa9fe (patch) | |
tree | 2e32583c502467635e79623595266924fc8cff95 /GNUmakefile | |
parent | 9879553ff5c46c9e68808fd711999cb1c1cf23ca (diff) | |
download | dpdk-efa2084a840fb83fd9be83adca57e5f23d3fa9fe.zip dpdk-efa2084a840fb83fd9be83adca57e5f23d3fa9fe.tar.gz dpdk-efa2084a840fb83fd9be83adca57e5f23d3fa9fe.tar.xz |
scripts: remove useless build tools
test-framework.sh is an old script to check building of some dependencies.
testhost is an old app used to check HOSTCC.
Let's clean the scripts directory.
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index d44da43..d04c20b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -40,6 +40,6 @@ export RTE_SDK # directory list # -ROOTDIRS-y := scripts lib app +ROOTDIRS-y := lib app include $(RTE_SDK)/mk/rte.sdkroot.mk |