]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
committerPaolo Pisati <paolo.pisati@canonical.com>
Tue, 2 Nov 2021 07:24:41 +0000 (08:24 +0100)
Causes FTBS on at least s390x

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

index 5892f627f70e5b28acf5930308fdcdd4a47d38e9..e9b300e324bc5ce19f6a81da567da7bb7944edd8 100644 (file)
@@ -19,7 +19,9 @@ obj-$(CONFIG_HIO)             += hio/
 ##
 ##
 ##
+ifneq ($(filter $(ARCH), i386 x86_64),)
 obj-y                          += xr-usb-serial/
+endif
 ##
 ##
 ##