- Timestamp:
- Oct 10, 2007 4:14:32 PM (17 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/module/Makefile.module
r5042 r5227 5 5 # 6 6 # Copyright (C) 2006-2007 innotek GmbH 7 # 7 # 8 8 # This file is part of VirtualBox Open Source Edition (OSE), as 9 9 # available from http://www.virtualbox.org. This file is free software; … … 13 13 # distribution. VirtualBox OSE is distributed in the hope that it will 14 14 # be useful, but WITHOUT ANY WARRANTY of any kind. 15 # 15 16 16 17 # … … 28 29 r0drv/alloc-r0drv.o \ 29 30 r0drv/linux/alloc-r0drv-linux.o \ 30 r0drv/linux/semaphore-r0drv-linux.o \ 31 r0drv/linux/semevent-r0drv-linux.o \ 32 r0drv/linux/semfastmutex-r0drv-linux.o \ 31 33 RTErrConvertToErrno.o \ 32 34 divdi3.o \ -
trunk/src/VBox/Additions/linux/sharedfolders/Makefile.module
r5042 r5227 5 5 # 6 6 # Copyright (C) 2006-2007 innotek GmbH 7 # 7 # 8 8 # This file is part of VirtualBox Open Source Edition (OSE), as 9 9 # available from http://www.virtualbox.org. This file is free software; … … 13 13 # distribution. VirtualBox OSE is distributed in the hope that it will 14 14 # be useful, but WITHOUT ANY WARRANTY of any kind. 15 # 15 16 16 17 # … … 30 31 r0drv/alloc-r0drv.o \ 31 32 r0drv/linux/alloc-r0drv-linux.o \ 32 r0drv/linux/semaphore-r0drv-linux.o \ 33 r0drv/linux/semevent-r0drv-linux.o \ 34 r0drv/linux/semfastmutex-r0drv-linux.o \ 33 35 divdi3.o \ 34 36 moddi3.o \ -
trunk/src/VBox/HostDrivers/Support/linux/Makefile
r5177 r5227 6 6 # 7 7 # 8 # Copyright (C) 2006 innotek GmbH8 # Copyright (C) 2006-2007 innotek GmbH 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as … … 15 15 # distribution. VirtualBox OSE is distributed in the hope that it will 16 16 # be useful, but WITHOUT ANY WARRANTY of any kind. 17 # 17 18 18 19 # … … 50 51 r0drv/linux/initterm-r0drv-linux.o \ 51 52 r0drv/linux/process-r0drv-linux.o \ 52 r0drv/linux/semaphore-r0drv-linux.o \ 53 r0drv/linux/semevent-r0drv-linux.o \ 54 r0drv/linux/semeventmulti-r0drv-linux.o \ 55 r0drv/linux/semfastmutex-r0drv-linux.o \ 53 56 r0drv/linux/spinlock-r0drv-linux.o \ 54 57 r0drv/linux/thread-r0drv-linux.o
Note:
See TracChangeset
for help on using the changeset viewer.