Changeset 39400 in vbox for trunk/src/VBox/HostDrivers/VBoxNetAdp/linux
- Timestamp:
- Nov 23, 2011 1:55:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile
r36671 r39400 196 196 obj-m += $(MODULE).o 197 197 198 # OL/UEK: disable module signing for external modules -- we don't have any private key 198 199 $(MODULE): 199 $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) SUBDIRS=$(CURDIR) SRCROOT=$(CURDIR) -C $(KERN_DIR) modules200 $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) SUBDIRS=$(CURDIR) SRCROOT=$(CURDIR) CONFIG_MODULE_SIG= -C $(KERN_DIR) modules 200 201 201 202 install: $(MODULE)
Note:
See TracChangeset
for help on using the changeset viewer.