From a77f3b3c6617c7a99778fc1670191cff0679ab1a Mon Sep 17 00:00:00 2001 From: Seth Forshee Date: Mon, 5 Dec 2016 14:06:37 -0600 Subject: [PATCH] UBUNTU: Build vbox for ARCH=x86 ARCH is now set to x86 for both i386 and amd64. Also re-enable the vbox build. Signed-off-by: Seth Forshee --- ubuntu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ubuntu/Makefile b/ubuntu/Makefile index 6065c445c1c3..ef16668d18a4 100644 --- a/ubuntu/Makefile +++ b/ubuntu/Makefile @@ -15,8 +15,8 @@ ## ## ## -ifneq ($(filter $(ARCH), i386 x86_64),) -#obj-y += vbox/ +ifeq ($(ARCH),x86) +obj-y += vbox/ endif ## ## -- 2.39.5