]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
UBUNTU: SAUCE: xr-usb-serial: only build for x86
authorTim Gardner <tim.gardner@canonical.com>
Mon, 5 Dec 2016 19:35:05 +0000 (12:35 -0700)
committerSeth Forshee <seth.forshee@canonical.com>
Tue, 5 Sep 2017 12:33:29 +0000 (07:33 -0500)
Causes FTBS on at least s390x

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
ubuntu/Makefile

index cb5879e2d3663dcc0741602295c84de10cc27ecd..4637b3de028cbd7bbb821f92868c051da0364782 100644 (file)
@@ -25,7 +25,9 @@ obj-$(CONFIG_HIO)             += hio/
 ##
 ##
 ##
+ifneq ($(filter $(ARCH), i386 x86_64),)
 obj-y                          += xr-usb-serial/
+endif
 ##
 ##
 ##