git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c23c66b
)
net/sfc: disable for 32-bit builds
author
Bruce Richardson
<bruce.richardson@intel.com>
Tue, 3 Jul 2018 10:31:14 +0000
(11:31 +0100)
committer
Thomas Monjalon
<thomas@monjalon.net>
Thu, 12 Jul 2018 10:24:37 +0000
(12:24 +0200)
The sfc driver is not supported on 32-bit so disable in meson in
those cases.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
drivers/net/sfc/meson.build
patch
|
blob
|
history
diff --git
a/drivers/net/sfc/meson.build
b/drivers/net/sfc/meson.build
index
3aa14c7
..
2d34e86
100644
(file)
--- a/
drivers/net/sfc/meson.build
+++ b/
drivers/net/sfc/meson.build
@@
-6,7
+6,7
@@
# This software was jointly developed between OKTET Labs (under contract
# for Solarflare) and Solarflare Communications, Inc.
-if arch_subdir != 'x86'
+if arch_subdir != 'x86'
or cc.sizeof('void *') == 4
build = false
endif