[dpdk-dev] how to compile kernel drivers only

Thomas Monjalon thomas.monjalon at 6wind.com
Thu Jul 30 14:23:27 CEST 2015


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



More information about the dev mailing list