Searched refs:BASE_DIR (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | srm_env.c | 25 #define BASE_DIR "srm_environment" /* Subdir in /proc/ */ macro 150 base_dir = proc_mkdir(BASE_DIR, NULL); in srm_env_init() 153 BASE_DIR); in srm_env_init() 163 BASE_DIR, NAMED_DIR); in srm_env_init() 173 BASE_DIR, NUMBERED_DIR); in srm_env_init() 206 remove_proc_subtree(BASE_DIR, NULL); in srm_env_init() 213 remove_proc_subtree(BASE_DIR, NULL); in srm_env_exit()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kselftest/ |
| H A D | runner.sh | 16 if [ -z "$BASE_DIR" ]; then 28 "$BASE_DIR"/kselftest/prefix.pl 53 settings="$BASE_DIR/$DIR/settings" 98 DIR="${PWD#${BASE_DIR}/}"
|
| /OK3568_Linux_fs/buildroot/ |
| H A D | Makefile | 202 BASE_DIR := $(CANONICAL_O) macro 203 $(if $(BASE_DIR),, $(error output directory "$(O)" does not exist)) 214 BR2_EXTERNAL_FILE = $(BASE_DIR)/.br2-external.mk 224 $(BASE_DIR)/.br2-external.mk:; 239 BUILD_DIR := $(BASE_DIR)/build 240 BINARIES_DIR := $(BASE_DIR)/images 241 BASE_TARGET_DIR := $(BASE_DIR)/target 242 PER_PACKAGE_DIR := $(BASE_DIR)/per-package 245 HOST_DIR := $(BASE_DIR)/host 246 GRAPHS_DIR := $(BASE_DIR)/graphs [all …]
|
| H A D | Config.in | 19 option env="BASE_DIR" 199 default "$(BASE_DIR)/host" 205 The default is $(BASE_DIR)/host
|
| H A D | CHANGES | 5621 #9866: BASE_DIR usage
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ |
| H A D | run_kselftest.sh | 6 BASE_DIR=$(realpath $(dirname $0)) 7 cd $BASE_DIR 8 TESTS="$BASE_DIR"/kselftest-list.txt
|
| H A D | lib.mk | 68 BASE_DIR="$(selfdir)"; \
|
| /OK3568_Linux_fs/debian/scripts/ |
| H A D | config | 5 BASE_DIR=$(realpath $(dirname $0)) 6 WORK_DIR="$BASE_DIR"
|
| /OK3568_Linux_fs/buildroot/support/testing/infra/ |
| H A D | __init__.py | 10 BASE_DIR = os.path.realpath(os.path.join(os.path.dirname(__file__), "../../..")) variable 29 return os.path.join(BASE_DIR, relpath) 33 return os.path.join(BASE_DIR, "support/testing", relpath)
|
| /OK3568_Linux_fs/buildroot/toolchain/ |
| H A D | toolchain-wrapper.mk | 27 TOOLCHAIN_WRAPPER_OPTS += -ffile-prefix-map=$(BASE_DIR)=buildroot 69 TOOLCHAIN_WRAPPER_ARGS += -DBR_CCACHE_BASEDIR='"$(BASE_DIR)"'
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | test.py | 95 BASE_DIR = 'base' variable 372 build = builder.Builder(self.toolchains, BASE_DIR, None, 1, 2, 382 build = builder.Builder(self.toolchains, BASE_DIR, None, 1, 2, 389 build = builder.Builder(self.toolchains, BASE_DIR, None, 1, 2,
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | debugging-buildroot.txt | 43 - +BASE_DIR+: the base output directory
|
| H A D | customize-post-image.txt | 32 +BASE_DIR+.
|
| H A D | customize-rootfs.txt | 71 - +BASE_DIR+: the base output directory
|
| /OK3568_Linux_fs/buildroot/build/ |
| H A D | update_defconfig.sh | 28 BASE_DIR="$OUTPUT_DIR" SKIP_LEGACY= \
|
| /OK3568_Linux_fs/buildroot/package/gcc/ |
| H A D | gcc.mk | 88 HOST_GCC_COMMON_CONF_OPTS += --with-debug-prefix-map=$(BASE_DIR)=buildroot
|