Searched refs:KERN_DIR (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxNetAdp/linux/
H A DMakefile84 ifndef KERN_DIR
86 KERN_DIR := /lib/modules/$(shell uname -r)/build macro
87 ifneq ($(shell if test -d $(KERN_DIR); then echo yes; fi),yes)
88 KERN_DIR := /usr/src/linux macro
89 ifneq ($(shell if test -d $(KERN_DIR); then echo yes; fi),yes)
91 Specify KERN_DIR=<directory> and run Make again)
95 KERN_DIR=<directory> and run Make again.)
98 ifneq ($(shell if test -d $(KERN_DIR); then echo yes; fi),yes)
99 $(error Error: KERN_DIR does not point to a directory)
105 KERN_INCL = $(KERN_DIR)/includ
216 KERN_DIR := /lib/modules/$(shell uname -r)/build macro
218 KERN_DIR := /usr/src/linux macro
[all...]
/vbox/src/VBox/HostDrivers/VBoxPci/linux/
H A DMakefile88 ifndef KERN_DIR
90 KERN_DIR := /lib/modules/$(shell uname -r)/build macro
91 ifneq ($(shell if test -d $(KERN_DIR); then echo yes; fi),yes)
92 KERN_DIR := /usr/src/linux macro
93 ifneq ($(shell if test -d $(KERN_DIR); then echo yes; fi),yes)
95 Specify KERN_DIR=<directory> and run Make again)
99 KERN_DIR=<directory> and run Make again.)
102 ifneq ($(shell if test -d $(KERN_DIR); then echo yes; fi),yes)
103 $(error Error: KERN_DIR does not point to a directory)
109 KERN_INCL = $(KERN_DIR)/includ
218 KERN_DIR := /lib/modules/$(shell uname -r)/build macro
220 KERN_DIR := /usr/src/linux macro
[all...]
/vbox/src/VBox/HostDrivers/VBoxNetFlt/linux/
H A DMakefile88 ifndef KERN_DIR
90 KERN_DIR := /lib/modules/$(shell uname -r)/build macro
91 ifneq ($(shell if test -d $(KERN_DIR); then echo yes; fi),yes)
92 KERN_DIR := /usr/src/linux macro
93 ifneq ($(shell if test -d $(KERN_DIR); then echo yes; fi),yes)
95 Specify KERN_DIR=<directory> and run Make again)
99 KERN_DIR=<directory> and run Make again.)
102 ifneq ($(shell if test -d $(KERN_DIR); then echo yes; fi),yes)
103 $(error Error: KERN_DIR does not point to a directory)
109 KERN_INCL = $(KERN_DIR)/includ
220 KERN_DIR := /lib/modules/$(shell uname -r)/build macro
222 KERN_DIR := /usr/src/linux macro
[all...]
/vbox/src/VBox/HostDrivers/Support/linux/
H A DMakefile179 ifndef KERN_DIR
181 KERN_DIR := /lib/modules/$(shell uname -r)/build macro
182 ifneq ($(shell if test -d $(KERN_DIR); then echo yes; fi),yes)
183 KERN_DIR := /usr/src/linux macro
184 ifneq ($(shell if test -d $(KERN_DIR); then echo yes; fi),yes)
186 Specify KERN_DIR=<directory> and run Make again)
190 KERN_DIR=<directory> and run Make again.)
193 ifneq ($(shell if test -d $(KERN_DIR); then echo yes; fi),yes)
194 $(error Error: KERN_DIR does not point to a directory)
200 KERN_INCL = $(KERN_DIR)/includ
313 KERN_DIR := /lib/modules/$(shell uname -r)/build macro
315 KERN_DIR := /usr/src/linux macro
[all...]
/vbox/src/VBox/Installer/linux/debian/
H A Drules156 make -C $(builddir)/bin/src/vboxdrv KERN_DIR=$$d/build MODULE_DIR=$$d clean && \
157 make -j4 -C $(builddir)/bin/src/vboxdrv KBUILD_VERBOSE= KERN_DIR=$$d/build MODULE_DIR=$$d all \
160 make -C $(builddir)/bin/src/vboxnetflt KERN_DIR=$$d/build MODULE_DIR=$$d clean && \
162 make -j4 -C $(builddir)/bin/src/vboxnetflt KBUILD_VERBOSE= KERN_DIR=$$d/build MODULE_DIR=$$d all \
165 make -C $(builddir)/bin/src/vboxnetadp KERN_DIR=$$d/build MODULE_DIR=$$d clean && \
167 make -j4 -C $(builddir)/bin/src/vboxnetadp KBUILD_VERBOSE= KERN_DIR=$$d/build MODULE_DIR=$$d all \
170 make -C $(builddir)/bin/src/vboxpci KERN_DIR=$$d/build MODULE_DIR=$$d clean && \
172 make -j4 -C $(builddir)/bin/src/vboxpci KBUILD_VERBOSE= KERN_DIR=$$d/build MODULE_DIR=$$d all \
/vbox/debian/
H A Drules131 make -C $(builddir)/bin/src/vboxdrv KERN_DIR=$$d/build MODULE_DIR=$$d clean && \
132 make -j4 -C $(builddir)/bin/src/vboxdrv KBUILD_VERBOSE= KERN_DIR=$$d/build MODULE_DIR=$$d all \
135 make -C $(builddir)/bin/src/vboxnetflt KERN_DIR=$$d/build MODULE_DIR=$$d clean && \
137 make -j4 -C $(builddir)/bin/src/vboxnetflt KBUILD_VERBOSE= KERN_DIR=$$d/build MODULE_DIR=$$d all \
140 make -C $(builddir)/bin/src/vboxnetadp KERN_DIR=$$d/build MODULE_DIR=$$d clean && \
142 make -j4 -C $(builddir)/bin/src/vboxnetadp KBUILD_VERBOSE= KERN_DIR=$$d/build MODULE_DIR=$$d all \
145 make -C $(builddir)/bin/src/vboxpci KERN_DIR=$$d/build MODULE_DIR=$$d clean && \
147 make -j4 -C $(builddir)/bin/src/vboxpci KBUILD_VERBOSE= KERN_DIR=$$d/build MODULE_DIR=$$d all \
/vbox/src/VBox/Installer/linux/scripts/
H A Dcheck_module_dependencies.sh173 # @param KERN_DIR [out] The directory where kernel modules and headers
183 KERN_DIR="/lib/modules/$KERN_VER"
193 "1: test_uname_r=3.0.0-15-generic=>KERN_VER=3.0.0-15-generic KERN_VER_BASE=3.0.0 KERN_VER_SHORT=3.0 KERN_VER_EXTRA=-15-generic KERN_DIR=/lib/modules/3.0.0-15-generic" \
194 "2: test_uname_r=2.4.21-50.EL=>KERN_VER=2.4.21-50.EL KERN_VER_BASE=2.4.21 KERN_VER_SHORT=2.4 KERN_VER_EXTRA=-50.EL KERN_DIR=/lib/modules/2.4.21-50.EL"
236 FIND_KERNEL_RPM='rpm_q_out=$(echo $($find_rpm_for_file "$KERN_DIR/kernel")); KERN_PACKAGE=${rpm_q_out%%\ *}'
237 FIND_KERNEL_DEB='dpkg_s_out=$($find_deb_for_file "$KERN_DIR/kernel"); KERN_PACKAGE=${dpkg_s_out%\: $KERN_DIR/kernel}'
249 # given the path $KERN_DIR.
442 MISSING_HEADERS=$($file_exists "$KERN_DIR"/build/Makefile || echo headers)
/vbox/src/VBox/Additions/linux/installer/
H A Dvboxadd.sh195 KERN_DIR="/lib/modules/$KERN_VER/build"
196 if [ -d "$KERN_DIR" ]; then
197 KERN_REL=`make -sC $KERN_DIR --no-print-directory kernelrelease 2>/dev/null || true`
/vbox/src/VBox/Installer/linux/rpm/
H A DVirtualBox.tmpl.spec140 KBUILD_VERBOSE= KERN_DIR=$d/build MODULE_DIR=$RPM_BUILD_ROOT/$d/misc -j4 \
145 KBUILD_VERBOSE= KERN_DIR=$d/build MODULE_DIR=$RPM_BUILD_ROOT/$d/misc -j4 \
150 KBUILD_VERBOSE= KERN_DIR=$d/build MODULE_DIR=$RPM_BUILD_ROOT/$d/misc -j4 \
155 KBUILD_VERBOSE= KERN_DIR=$d/build MODULE_DIR=$RPM_BUILD_ROOT/$d/misc -j4 \

Completed in 71 milliseconds