Changeset 12188
- Timestamp:
- 09/07/08 22:36:36 (2 months ago)
- Files:
-
- trunk/src/VBox/Devices/Makefile.kmk (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/Devices/Makefile.kmk
r12170 r12188 303 303 DevicesR3_DEFS += VBOX_WITH_BUSLOGIC 304 304 DevicesR3_SOURCES += \ 305 Storage/DevBusLogic.cpp 305 Storage/DevBusLogic.cpp \ 306 Storage/VBoxSCSI.cpp 306 307 endif 307 308 … … 841 842 Drivers_SOURCES += \ 842 843 Storage/DrvSCSI.cpp 844 Drivers_SOURCES.linux += \ 845 Storage/DrvSCSIHost.cpp 843 846 endif # VBOX_WITH_BUSLOGIC 844 847

