dpdk: do not build igb_uio module
igb_uio is anyway build out of source from dkms package so there is no need to build it here. Also, this creates issues in cases where kernel headers are not available (i.e. building inside containers). Change-Id: I270598a94dc67ad0b31e7f0db9ed6bd6fc8cfe30 Signed-off-by: Damjan Marion <damarion@cisco.com>
This commit is contained in:

committed by
Dave Barach

parent
a9cd3ebecf
commit
68fda1c47c
@ -136,6 +136,7 @@ $(B)/custom-config: $(B)/.patch.ok Makefile
|
||||
$(call set,RTE_LIBRTE_TABLE,n)
|
||||
$(call set,RTE_LIBRTE_PIPELINE,n)
|
||||
$(call set,RTE_KNI_KMOD,n)
|
||||
$(call set,RTE_EAL_IGB_UIO,n)
|
||||
@rm -f .config.ok
|
||||
|
||||
$(CURDIR)/$(DPDK_TARBALL):
|
||||
|
Reference in New Issue
Block a user