Searched refs:KERNEL_DIR (Results 1 – 3 of 3) sorted by relevance
7 KERNEL_DIR=${1:-/usr/src/linux}9 if [ ! -d $KERNEL_DIR ]; then10 echo "${0##*/}: ERROR: kernel directory - $KERNEL_DIR - does not exist"14 cd $KERNEL_DIR || exit $?
50 KERNEL_DIR=$OPTARG;;62 if [ ! -d "${KERNEL_DIR}" ]; then63 tst_brkm TCONF "kernel directory - $KERNEL_DIR - does not exist"84 cpuhotplug_do_kcompile_loop $KERNEL_DIR > /dev/null 2>&1 &
22 KERNEL_DIR := $(abs_top_builddir)/testcases/kernel23 LIBKERNTEST_DIR := $(KERNEL_DIR)/lib