Changeset 14436 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Nov 20, 2008 9:06:10 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39689
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/Makefile
r14432 r14436 206 206 endif 207 207 208 KBUILD_VERBOSE ?= 1 209 208 210 # 209 211 # Compiler options … … 269 271 270 272 $(MODULE): 271 $(MAKE) KBUILD_VERBOSE= 1-C $(KERN_DIR) SUBDIRS=$(CURDIR) SRCROOT=$(CURDIR) modules273 $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) -C $(KERN_DIR) SUBDIRS=$(CURDIR) SRCROOT=$(CURDIR) modules 272 274 273 275 ifeq ($(KERN_VERSION),24)
Note:
See TracChangeset
for help on using the changeset viewer.