Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 586630 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/VBox/Additions/linux/drm/Makefile.module.kms (-1 / +1 lines)
Lines 43-49 Link Here
43
 MANGLING := $(KBUILD_EXTMOD)/include/VBox/VBoxGuestMangling.h
43
 MANGLING := $(KBUILD_EXTMOD)/include/VBox/VBoxGuestMangling.h
44
endif
44
endif
45
MOD_CFLAGS = -Wno-declaration-after-statement -fshort-wchar -include $(MANGLING) -fno-pie
45
MOD_CFLAGS = -Wno-declaration-after-statement -fshort-wchar -include $(MANGLING) -fno-pie
46
MOD_INCL   = $(addprefix -I$(KBUILD_EXTMOD),/ /include)
46
MOD_INCL   = $(addprefix -I$(KBUILD_EXTMOD),/ /include /r0drv/linux)
47
# What on earth is this?
47
# What on earth is this?
48
MOD_INCL  += $(addprefix -I$(KBUILD_EXTMOD)/vboxvideo,/ /include)
48
MOD_INCL  += $(addprefix -I$(KBUILD_EXTMOD)/vboxvideo,/ /include)
49
MOD_INCL  += -Iinclude/drm
49
MOD_INCL  += -Iinclude/drm

Return to bug 586630