Skip to content

Commit

Permalink
UBUNTU: ubuntu: enable vbox build
Browse files Browse the repository at this point in the history
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.

Acked-by: Thadeu Lima de Souza Cascardo <[email protected]>
Acked-by: Stefan Bader <[email protected]>
Signed-off-by: Seth Forshee <[email protected]>
  • Loading branch information
Seth Forshee committed Oct 11, 2018
1 parent ed8c27f commit a1ba1ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ubuntu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
##
##
##
ifeq ($(ARCH),x86)
#obj-y += vbox/
ifneq ($(filter $(ARCH), i386 x86),)
obj-y += vbox/
endif
##
##
Expand Down

0 comments on commit a1ba1ce

Please sign in to comment.