diff options
author | Damjan Marion <damarion@cisco.com> | 2017-01-01 16:53:22 +0100 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2017-01-02 13:22:24 +0000 |
commit | 68fda1c47c43a9f23ecc7cdc49528a1faa73642f (patch) | |
tree | 2e42c221ad165652534d078180119cb977585b8b | |
parent | a9cd3ebecfc0fbda6d534f82a72178a1e0de291b (diff) |
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>
-rw-r--r-- | dpdk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dpdk/Makefile b/dpdk/Makefile index 178c30c6bcf..82804f20db9 100644 --- a/dpdk/Makefile +++ b/dpdk/Makefile @@ -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): |