Changeset 21351 in vbox for trunk/src/VBox/HostDrivers/Support/linux
- Timestamp:
- Jul 7, 2009 3:56:04 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49700
- Location:
- trunk/src/VBox/HostDrivers/Support/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/Makefile
r21285 r21351 1 # 1 # $Revision$ 2 ## @file 2 3 # Makefile for the VirtualBox Linux Host Driver. 3 # (For 2.6.x this file must be called 'Makefile'!)4 4 # 5 5 … … 99 99 r0drv/linux/timer-r0drv-linux.o \ 100 100 common/err/RTErrConvertFromErrno.o \ 101 common/err/RTErrConvertToErrno.o \ 101 102 common/log/log.o \ 102 103 common/log/logellipsis.o \ … … 117 118 generic/RTLogWriteStdOut-stub-generic.o \ 118 119 generic/RTLogWriteUser-generic.o \ 120 generic/uuid-generic.o \ 119 121 VBox/log-vbox.o \ 120 122 VBox/strformat-vbox.o -
trunk/src/VBox/HostDrivers/Support/linux/files_vboxdrv
r21337 r21351 70 70 ${PATH_ROOT}/src/VBox/Runtime/common/alloc/heapsimple.cpp=>alloc/heapsimple.c \ 71 71 ${PATH_ROOT}/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp=>common/err/RTErrConvertFromErrno.c \ 72 ${PATH_ROOT}/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp=>common/err/RTErrConvertToErrno.c \ 72 73 ${PATH_ROOT}/src/VBox/Runtime/common/log/log.cpp=>common/log/log.c \ 73 74 ${PATH_ROOT}/src/VBox/Runtime/common/log/logellipsis.cpp=>common/log/logellipsis.c \ … … 90 91 ${PATH_ROOT}/src/VBox/Runtime/common/string/strprintf.cpp=>common/string/strprintf.c \ 91 92 ${PATH_ROOT}/src/VBox/Runtime/common/string/strtonum.cpp=>common/string/strtonum.c \ 92 ${PATH_ROOT}/src/VBox/Runtime/include/internal/initterm.h=>include/interna l/initterm.h \93 ${PATH_ROOT}/src/VBox/Runtime/include/internal/initterm.h=>include/internainitterm.h \ 93 94 ${PATH_ROOT}/src/VBox/Runtime/include/internal/iprt.h=>include/internal/iprt.h \ 94 95 ${PATH_ROOT}/src/VBox/Runtime/include/internal/magics.h=>include/internal/magics.h \ … … 100 101 ${PATH_ROOT}/src/VBox/Runtime/generic/RTLogWriteStdOut-stub-generic.cpp=>generic/RTLogWriteStdOut-stub-generic.c \ 101 102 ${PATH_ROOT}/src/VBox/Runtime/generic/RTLogWriteUser-generic.cpp=>generic/RTLogWriteUser-generic.c \ 103 ${PATH_ROOT}/src/VBox/Runtime/generic/uuid-generic.cpp=>generic/uuid-generic.c \ 102 104 ${PATH_ROOT}/src/VBox/Runtime/r0drv/alloc-r0drv.cpp=>r0drv/alloc-r0drv.c \ 103 105 ${PATH_ROOT}/src/VBox/Runtime/r0drv/alloc-r0drv.h=>r0drv/alloc-r0drv.h \
Note:
See TracChangeset
for help on using the changeset viewer.