Changeset 39400 in vbox for trunk/src/VBox/Installer/linux/Makefile.include.footer
- Timestamp:
- Nov 23, 2011 1:55:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.include.footer
r39325 r39400 75 75 obj-m += $(MODULE).o 76 76 77 # OL/UEK: disable module signing for external modules -- we don't have any private key 77 78 $(MODULE): 78 $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) -C $(KERN_DIR) SUBDIRS=$(CURDIR) SRCROOT=$(CURDIR) modules79 $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) CONFIG_MODULE_SIG= -C $(KERN_DIR) SUBDIRS=$(CURDIR) SRCROOT=$(CURDIR) modules 79 80 80 81 endif
Note:
See TracChangeset
for help on using the changeset viewer.