]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
UBUNTU: SAUCE: make sure ubuntu/xr-usb-serial builds for x86
authorWen-chien Jesse Sung <jesse.sung@canonical.com>
Mon, 20 Nov 2017 08:14:17 +0000 (16:14 +0800)
committerSeth Forshee <seth.forshee@canonical.com>
Mon, 29 Jan 2018 13:45:07 +0000 (07:45 -0600)
commit7587ad0b2939e9360bde4121886e785786cfad3c
tree123b564eea9bcc4814b0a54afdd29944d9177c56
parentc298e823089cf70466606e531773c3798f9002cd
UBUNTU: SAUCE: make sure ubuntu/xr-usb-serial builds for x86

BugLink: https://launchpad.net/bugs/1733281
The ubuntu/xr-usb-serial is expected to be built for i386 and x86_64,
and in ubuntu/Makefile it says:

ifneq ($(filter $(ARCH), i386 x86_64),)
obj-y += xr-usb-serial/
endif

Since ARCH is x86 for both i386 and x86_64, this condition will never be
true thus the module will never get a chance to be built.

Signed-off-by: Wen-chien Jesse Sung <jesse.sung@canonical.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
ubuntu/Makefile