Changeset 77390 in vbox for trunk/src/VBox/HostDrivers/Support/linux
- Timestamp:
- Feb 20, 2019 3:51:56 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128941
- Location:
- trunk/src/VBox/HostDrivers/Support/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/Makefile
r76553 r77390 28 28 # there 29 29 obj ?= $(CURDIR) 30 include $(obj)/Makefile .include.header30 include $(obj)/Makefile-header.gmk 31 31 32 32 MOD_NAME = vboxdrv … … 163 163 -fno-omit-frame-pointer -fno-pie 164 164 165 include $(obj)/Makefile .include.footer165 include $(obj)/Makefile-footer.gmk 166 166 167 167 check: $(MODULE) -
trunk/src/VBox/HostDrivers/Support/linux/files_vboxdrv
r76553 r77390 94 94 ${PATH_ROOT}/src/VBox/HostDrivers/Support/SUPDrvInternal.h=>SUPDrvInternal.h \ 95 95 ${PATH_ROOT}/src/VBox/HostDrivers/Support/SUPLibAll.cpp=>SUPLibAll.c \ 96 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile .include.footer=>Makefile.include.footer\97 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile .include.header=>Makefile.include.header\96 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile-footer.gmk=>Makefile-footer.gmk \ 97 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile-header.gmk=>Makefile-header.gmk \ 98 98 ${PATH_ROOT}/src/VBox/Runtime/common/alloc/alloc.cpp=>common/alloc/alloc.c \ 99 99 ${PATH_ROOT}/src/VBox/Runtime/common/alloc/heapsimple.cpp=>common/alloc/heapsimple.c \
Note:
See TracChangeset
for help on using the changeset viewer.