]> git.droids-corp.org - dpdk.git/commitdiff
mk: remove traces of hostapp build directory
authorThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 7 Jul 2016 11:49:58 +0000 (13:49 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 8 Jul 2016 10:04:02 +0000 (12:04 +0200)
The recipe rte.hostapp.mk does not build in hostapp/ anymore.

Fixes: 98b0fdb0ffc6 ("pmdinfogen: add buildtools and pmdinfogen utility")
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
doc/guides/freebsd_gsg/build_dpdk.rst
doc/guides/linux_gsg/build_dpdk.rst
mk/rte.sdkbuild.mk
mk/rte.sdkconfig.mk

index 1d92c0890989b8ca8242a8292ce4a044267a660c..93c43661b1083157d3b45951812b4b33c47b7695 100644 (file)
@@ -183,7 +183,7 @@ contains the kernel modules to install:
 
     ls x86_64-native-bsdapp-gcc
 
-    app build hostapp include kmod lib Makefile
+    app build include kmod lib Makefile
 
 
 .. _loading_contigmem:
index 198c0b6f51a6f481e6f7a1cee3b96881ac85c9fa..fb2c481df68e6bb00b7fed8fa111c419b85ddd4c 100644 (file)
@@ -152,7 +152,7 @@ A kmod  directory is also present that contains kernel modules which may be load
 
     ls x86_64-native-linuxapp-gcc
 
-    app build hostapp include kmod lib Makefile
+    app build include kmod lib Makefile
 
 Loading Modules to Enable Userspace IO for DPDK
 -----------------------------------------------
index 354f006bb00a702568928ac04b0edae153a15031..23fcf1e1e3adab007a593f77845d124af7698cc7 100644 (file)
@@ -64,9 +64,8 @@ build: $(ROOTDIRS-y)
 .PHONY: clean
 clean: $(CLEANDIRS)
        @rm -rf $(RTE_OUTPUT)/include $(RTE_OUTPUT)/app \
-               $(RTE_OUTPUT)/hostapp $(RTE_OUTPUT)/lib \
-               $(RTE_OUTPUT)/hostlib $(RTE_OUTPUT)/kmod \
-               $(RTE_OUTPUT)/buildtools
+               $(RTE_OUTPUT)/lib \
+               $(RTE_OUTPUT)/hostlib $(RTE_OUTPUT)/kmod
        @[ -d $(RTE_OUTPUT)/include ] || mkdir -p $(RTE_OUTPUT)/include
        @$(RTE_SDK)/scripts/gen-config-h.sh $(RTE_OUTPUT)/.config \
                > $(RTE_OUTPUT)/include/rte_config.h
index a3acfe64f944c8b1f8c6f8435e12177f10e5d017..068d78769bcaacf5eb1ab196f0a918ba6bb95e55 100644 (file)
@@ -108,7 +108,7 @@ $(RTE_OUTPUT)/Makefile: | $(RTE_OUTPUT)
 # if NODOTCONF variable is defined, don't try to rebuild .config
 $(RTE_OUTPUT)/include/rte_config.h: $(RTE_OUTPUT)/.config
        $(Q)rm -rf $(RTE_OUTPUT)/include $(RTE_OUTPUT)/app \
-               $(RTE_OUTPUT)/hostapp $(RTE_OUTPUT)/lib \
+               $(RTE_OUTPUT)/lib \
                $(RTE_OUTPUT)/hostlib $(RTE_OUTPUT)/kmod $(RTE_OUTPUT)/build
        $(Q)mkdir -p $(RTE_OUTPUT)/include
        $(Q)$(RTE_SDK)/scripts/gen-config-h.sh $(RTE_OUTPUT)/.config \