]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
UBUNTU: Build vbox for ARCH=x86
authorSeth Forshee <seth.forshee@canonical.com>
Mon, 5 Dec 2016 20:06:37 +0000 (14:06 -0600)
committerTim Gardner <tim.gardner@canonical.com>
Mon, 20 Feb 2017 03:57:58 +0000 (20:57 -0700)
ARCH is now set to x86 for both i386 and amd64. Also re-enable
the vbox build.

Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
ubuntu/Makefile

index 6065c445c1c3862e1f6418a2573054c1bbdca08a..ef16668d18a4a2c58c4d01ae429e09cafea3331a 100644 (file)
@@ -15,8 +15,8 @@
 ##
 ##
 ##
-ifneq ($(filter $(ARCH), i386 x86_64),)
-#obj-y                         += vbox/
+ifeq ($(ARCH),x86)
+obj-y                         += vbox/
 endif
 ##
 ##