diff mbox

[rdma-core,1/3] debian: Add m68k as non-coherent DMA architecture

Message ID 20171130123940.25795-2-benjamin.drung@profitbricks.com (mailing list archive)
State Not Applicable
Headers show

Commit Message

Benjamin Drung Nov. 30, 2017, 12:39 p.m. UTC
The architecture m68k does not support coherent DMA. Therefore also
exclude it.

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 030eb6b9..be1781ad 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 = alpha armel armhf hppa mips mips64el mipsel sh4
+NO_COHERENT_DMA_ARCHS = alpha armel armhf hppa m68k mips mips64el mipsel sh4
 
 %:
 	dh $@ --with systemd --builddirectory=build-deb