Changeset 6573 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Jan 29, 2008 4:19:25 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27624
- Location:
- trunk/src/VBox/Additions/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/module/Makefile.module
r6571 r6573 99 99 endif 100 100 # KERN_VERSION := $(if $(wildcard $(KERN_DIR)/Rules.make),24,26) 101 101 102 102 else # neq($(KERNELRELEASE),) 103 103 -
trunk/src/VBox/Additions/linux/sharedfolders/Makefile.module
r6571 r6573 121 121 # 122 122 ifndef INCL 123 INCL := $(addprefix -I, 123 INCL := $(addprefix -I,$(KERN_INCL) $(EXTRA_INCL)) 124 124 ifndef KBUILD_EXTMOD 125 125 KBUILD_EXTMOD := $(shell pwd)
Note:
See TracChangeset
for help on using the changeset viewer.