]> git.droids-corp.org - dpdk.git/blobdiff - mk/rte.sdkbuild.mk
scripts: move to buildtools
[dpdk.git] / mk / rte.sdkbuild.mk
index 354f006bb00a702568928ac04b0edae153a15031..db6b98326a4c06275b5ef67fb79dccccc658e3f4 100644 (file)
@@ -64,11 +64,10 @@ 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_SDK)/buildtools/gen-config-h.sh $(RTE_OUTPUT)/.config \
                > $(RTE_OUTPUT)/include/rte_config.h
        $(Q)$(MAKE) -f $(RTE_SDK)/GNUmakefile gcovclean
        @echo Clean complete