Changeset 61411 in vbox for trunk/src/VBox/HostDrivers/Support/linux/Makefile
- Timestamp:
- Jun 2, 2016 1:06:58 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107728
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/Makefile
r61081 r61411 294 294 obj-m += $(MODULE).o 295 295 296 JOBS := $(shell (getconf _NPROCESSORS_ONLN || grep -Ec '^processor|^CPU[0-9]' /proc/cpuinfo) 2>/dev/null) 297 ifeq ($(JOBS),0) 298 JOBS := 1 299 endif 300 296 301 # OL/UEK: disable module signing for external modules -- we don't have any private key 297 302 $(MODULE): 298 $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) SUBDIRS=$(CURDIR) SRCROOT=$(CURDIR) CONFIG_MODULE_SIG= -C $(KERN_DIR) modules303 $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) SUBDIRS=$(CURDIR) SRCROOT=$(CURDIR) CONFIG_MODULE_SIG= -C $(KERN_DIR) -j$(JOBS) modules 299 304 300 305 install: $(MODULE)
Note:
See TracChangeset
for help on using the changeset viewer.