]> git.proxmox.com Git - mirror_ubuntu-focal-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)
committerAndrea Righi <andrea.righi@canonical.com>
Mon, 25 Nov 2019 13:56:31 +0000 (14:56 +0100)
commitacade1fe1870b91b11b3db226d1ae0d6f28df162
tree01c76d8a9fc306f4944ccc29978326bc860ff7e6
parentbfda3582844b3621bc64cd5dca5065a9e9bea2a9
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