Changeset 77390 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Feb 20, 2019 3:51:56 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128941
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile
r76553 r77390 27 27 # Linux kbuild sets this to our source directory if we are called from there 28 28 obj ?= $(CURDIR) 29 include $(obj)/Makefile .include.header29 include $(obj)/Makefile-header.gmk 30 30 31 31 MOD_NAME = vboxguest … … 157 157 common/string common/table common/time 158 158 159 include $(obj)/Makefile .include.footer159 include $(obj)/Makefile-footer.gmk 160 160 161 161 check: $(MOD_NAME) -
trunk/src/VBox/Additions/common/VBoxGuest/linux/files_vboxguest
r76553 r77390 94 94 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR0LibPhysHeap.cpp=>VBoxGuestR0LibPhysHeap.c \ 95 95 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR0LibVMMDev.cpp=>VBoxGuestR0LibVMMDev.c \ 96 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile .include.header=>Makefile.include.header\97 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile .include.footer=>Makefile.include.footer\96 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile-header.gmk=>Makefile-header.gmk \ 97 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile-footer.gmk=>Makefile-footer.gmk \ 98 98 ${PATH_ROOT}/src/VBox/Runtime/include/internal/assert.h=>include/internal/assert.h \ 99 99 ${PATH_ROOT}/src/VBox/Runtime/include/internal/initterm.h=>include/internal/initterm.h \ -
trunk/src/VBox/Additions/linux/drm/Makefile.module.kms
r76553 r77390 20 20 # Linux kbuild sets this to our source directory if we are called from there 21 21 obj ?= $(CURDIR) 22 include $(obj)/Makefile .include.header22 include $(obj)/Makefile-header.gmk 23 23 24 24 BUILD = … … 41 41 MOD_INCL = -I$(KBUILD_EXTMOD) -Iinclude/drm 42 42 43 include $(obj)/Makefile .include.footer43 include $(obj)/Makefile-footer.gmk 44 44 45 45 else # ! wildcard $(KERN_INCL)/drm/drm_rect.h -
trunk/src/VBox/Additions/linux/drm/files_vboxvideo_drv
r76553 r77390 41 41 ${PATH_ROOT}/src/VBox/Additions/linux/drm/vbox_ttm.c=>vbox_ttm.c \ 42 42 ${PATH_ROOT}/src/VBox/Additions/linux/drm/vbox_hgsmi.c=>vbox_hgsmi.c \ 43 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile .include.header=>Makefile.include.header\44 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile .include.footer=>Makefile.include.footer\43 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile-header.gmk=>Makefile-header.gmk \ 44 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile-footer.gmk=>Makefile-footer.gmk \ 45 45 ${PATH_ROOT}/src/VBox/Additions/linux/drm/Makefile.module.kms=>Makefile \ 46 46 " -
trunk/src/VBox/Additions/linux/sharedfolders/Makefile.module
r77389 r77390 23 23 # Linux kbuild sets this to our source directory if we are called from there 24 24 obj ?= $(CURDIR) 25 include $(obj)/Makefile .include.header25 include $(obj)/Makefile-header.gmk 26 26 27 27 MOD_NAME = vboxsf … … 89 89 MOD_CLEAN = . linux r0drv r0drv/linux 90 90 91 include $(obj)/Makefile .include.footer91 include $(obj)/Makefile-footer.gmk 92 92
Note:
See TracChangeset
for help on using the changeset viewer.