Changeset 1667
- Timestamp:
- 03/23/07 12:06:44 (1 year ago)
- Files:
-
- trunk/src/VBox/Additions/linux/module/Makefile (modified) (1 diff)
- trunk/src/VBox/Additions/linux/module/vboxmod.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/Additions/linux/module/Makefile
r1002 r1667 69 69 $(PATH_ROOT)/src/VBox/Runtime/r0drv/linux/string.h=>r0drv/linux/string.h \ 70 70 $(PATH_ROOT)/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h=>r0drv/linux/the-linux-kernel.h \ 71 $(PATH_OUT)/version-generated.h=>version-generated.h \ 71 72 vboxmod.c=>vboxmod.c \ 72 73 cmc.c=>cmc.c \ trunk/src/VBox/Additions/linux/module/vboxmod.c
r1643 r1667 21 21 22 22 #include "the-linux-kernel.h" 23 #include "version-generated.h" 23 24 24 25 /* #define IRQ_DEBUG */ … … 32 33 MODULE_AUTHOR("InnoTek Systemberatung GmbH"); 33 34 MODULE_LICENSE("GPL"); 35 #ifdef MODULE_VERSION 36 MODULE_VERSION(VBOX_VERSION_STRING); 37 #endif 34 38 35 39 /* Runtime assert implementation for Linux ring 0 */

