- Timestamp:
- Oct 5, 2016 9:29:17 AM (8 years ago)
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/Makefile.module.kms
r61081 r64151 31 31 ifeq ($(filter 1.% 2.% 3.0.% 3.1.% 3.2.% 3.3.% 3.4.% 3.5.% 3.6.% 3.7.% \ 32 32 3.8.% 3.9.% 3.10.%,$(MY_KERNELRELEASE)),) 33 MOD_OBJS = HGSMIBase.o HGSMICommon.o HGSMIMemAlloc.o heapoffset.o\33 MOD_OBJS = HGSMIBase.o HGSMICommon.o HGSMIMemAlloc.o \ 34 34 Modesetting.o vbox_drv.o vbox_fb.o vbox_irq.o vbox_main.o \ 35 35 vbox_mode.o vbox_ttm.o VBVABase.o -
trunk/src/VBox/Additions/linux/drm/files_vboxvideo_drv
r60584 r64151 69 69 ${PATH_ROOT}/src/VBox/GuestHost/HGSMI/HGSMICommon.cpp=>HGSMICommon.c \ 70 70 ${PATH_ROOT}/src/VBox/GuestHost/HGSMI/HGSMIMemAlloc.cpp=>HGSMIMemAlloc.c \ 71 ${PATH_ROOT}/src/VBox/Runtime/common/alloc/heapoffset.cpp=>heapoffset.c \72 71 ${PATH_ROOT}/src/VBox/Runtime/include/internal/iprt.h=>include/internal/iprt.h \ 73 72 ${PATH_ROOT}/src/VBox/Runtime/include/internal/magics.h=>include/internal/magics.h \ -
trunk/src/VBox/Additions/x11/vboxvideo/Makefile.kmk
r62530 r64151 107 107 $(PATH_ROOT)/src/VBox/Additions/common/VBoxVideo/VBVABase.cpp \ 108 108 $(PATH_ROOT)/src/VBox/GuestHost/HGSMI/HGSMICommon.cpp \ 109 $(PATH_ROOT)/src/VBox/GuestHost/HGSMI/HGSMIMemAlloc.cpp \ 110 $(PATH_ROOT)/src/VBox/Runtime/common/alloc/heapsimple.cpp \ 111 $(PATH_ROOT)/src/VBox/Runtime/common/alloc/heapoffset.cpp 109 $(PATH_ROOT)/src/VBox/GuestHost/HGSMI/HGSMIMemAlloc.cpp 112 110 # Any global symbols in the driver object files will be added to XFree86's 113 111 # symbol table, which can cause problems if we e.g. define a symbol in two
Note:
See TracChangeset
for help on using the changeset viewer.