diff mbox

[rdma-core,2/3] debian: Add alpha, hppa, sh4 as non-coherent DMA archs

Message ID 20171116163246.29736-3-benjamin.drung@profitbricks.com (mailing list archive)
State Accepted
Headers show

Commit Message

Benjamin Drung Nov. 16, 2017, 4:32 p.m. UTC
The architectures alpha, hppa, and sh4 do not support coherent DMA.
Therefore also exclude those.

Signed-off-by: Benjamin Drung <benjamin.drung@profitbricks.com>
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/debian/rules b/debian/rules
index 1201f6a6..030eb6b9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@  include /usr/share/dpkg/architecture.mk
 
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
-NO_COHERENT_DMA_ARCHS = armel armhf mips mips64el mipsel
+NO_COHERENT_DMA_ARCHS = alpha armel armhf hppa mips mips64el mipsel sh4
 
 %:
 	dh $@ --with systemd --builddirectory=build-deb