Changeset 39400 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Nov 23, 2011 1:55:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/Makefile
r37233 r39400 270 270 obj-m += $(MODULE).o 271 271 272 # OL/UEK: disable module signing for external modules -- we don't have any private key 272 273 $(MODULE): 273 $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) SUBDIRS=$(CURDIR) SRCROOT=$(CURDIR) -C $(KERN_DIR) modules274 $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) SUBDIRS=$(CURDIR) SRCROOT=$(CURDIR) CONFIG_MODULE_SIG= -C $(KERN_DIR) modules 274 275 275 276 install: $(MODULE)
Note:
See TracChangeset
for help on using the changeset viewer.