[PATCH 3/3][C/Unstable] UBUNTU: ubuntu: enable vbox build
Seth Forshee
seth.forshee at canonical.com
Wed Oct 10 13:41:35 UTC 2018
https://bugs.launchpad.net/bugs/1796647
Enable build of imported virtualbox guest modules, and update
makefile to ensure they are built on i386 as well as amd64.
Signed-off-by: Seth Forshee <seth.forshee at canonical.com>
---
ubuntu/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ubuntu/Makefile b/ubuntu/Makefile
index dba47625511f..508b3b1c17fd 100644
--- a/ubuntu/Makefile
+++ b/ubuntu/Makefile
@@ -15,8 +15,8 @@
##
##
##
-ifeq ($(ARCH),x86)
-#obj-y += vbox/
+ifneq ($(filter $(ARCH), i386 x86),)
+obj-y += vbox/
endif
##
##
--
2.17.1
More information about the kernel-team
mailing list