2015-07-30 12:17, Montorsi, Francesco:
> How can I avoid building any app like dump_cfg?

In app/Makefile, you'll find the options to disable:
        DIRS-$(CONFIG_RTE_APP_TEST) += test
        DIRS-$(CONFIG_RTE_LIBRTE_ACL) += test-acl                               
                                         
        DIRS-$(CONFIG_RTE_LIBRTE_PIPELINE) += test-pipeline
        DIRS-$(CONFIG_RTE_TEST_PMD) += test-pmd
        DIRS-$(CONFIG_RTE_LIBRTE_CMDLINE) += cmdline_test
        DIRS-$(CONFIG_RTE_LIBRTE_EAL_LINUXAPP) += proc_info

Reply via email to