dpdk: do not build igb_uio module 96/4496/2
authorDamjan Marion <[email protected]>
Sun, 1 Jan 2017 15:53:22 +0000 (16:53 +0100)
committerDave Barach <[email protected]>
Mon, 2 Jan 2017 13:22:24 +0000 (13:22 +0000)
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 <[email protected]>
dpdk/Makefile

index 178c30c..82804f2 100644 (file)
@@ -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):