Changeset 1667 in vbox
- Timestamp:
- Mar 23, 2007 11:06:44 AM (18 years ago)
- Location:
- trunk/src/VBox/Additions/linux/module
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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 */
Note:
See TracChangeset
for help on using the changeset viewer.

