Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:BUILD_DIR
(Results
1 - 8
of
8
) sorted by relevance
/kernel/liteos_a/apps/toybox/
H
A
D
Makefile
32
BUILD_DIR
:= $(OUT)/toybox_build
macro
33
BUILD_LOG := $(
BUILD_DIR
)/build.log
38
ifneq ($(wildcard $(
BUILD_DIR
)),)
41
$(HIDE)mkdir -p $(
BUILD_DIR
)
42
$(HIDE)$(CP) $(LITEOSTHIRDPARTY)/toybox/. $(
BUILD_DIR
)
43
$(HIDE)$(CP) $(LITEOSTHIRDPARTY)/toybox/porting/liteos_a/. $(
BUILD_DIR
)
44
$(HIDE)$(CP) liteos_a_custom.config $(
BUILD_DIR
)/../
48
make -C $(
BUILD_DIR
) toybox -j> $(BUILD_LOG) 2>&1
51
$(HIDE)$(RM) $(
BUILD_DIR
)
/kernel/liteos_a/apps/mksh/
H
A
D
Makefile
32
BUILD_DIR
:= $(OUT)/mksh_build
macro
33
BUILD_LOG := $(
BUILD_DIR
)/build.log
41
ifneq ($(wildcard $(
BUILD_DIR
)/Rebuild.sh),)
43
$(HIDE)cd $(
BUILD_DIR
) && sh ./Rebuild.sh > $(BUILD_LOG) 2>&1
45
$(HIDE)mkdir -p $(
BUILD_DIR
)
46
$(HIDE)$(CP) $(LITEOSTHIRDPARTY)/mksh/. $(
BUILD_DIR
)
47
$(HIDE)cd $(
BUILD_DIR
) && CC="$(CC)" TARGET_OS=OpenHarmony CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" sh ./Build.sh -r > $(BUILD_LOG) 2>&1
50
$(HIDE)$(STRIP) $(
BUILD_DIR
)/mksh -o $(OUT)/bin/mksh
51
$(HIDE)$(CP) $(
BUILD_DIR
)/.mkshrc $(OUT)/etc/
54
$(HIDE)$(RM) $(
BUILD_DIR
)
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H
A
D
Makefile
112
BUILD_DIR
:= $(SCRATCH_DIR)/build
macro
114
BPFOBJ := $(
BUILD_DIR
)/libbpf/libbpf.a
115
RESOLVE_BTFIDS := $(
BUILD_DIR
)/resolve_btfids/resolve_btfids
177
$(BPFOBJ) | $(
BUILD_DIR
)/bpftool
179
OUTPUT=$(
BUILD_DIR
)/bpftool/ \
181
$(Q)mkdir -p $(
BUILD_DIR
)/bpftool/Documentation
184
OUTPUT=$(
BUILD_DIR
)/bpftool/Documentation/ \
189
| $(INCLUDE_DIR) $(
BUILD_DIR
)/libbpf
190
$(Q)$(MAKE) $(submake_extras) -C $(BPFDIR) OUTPUT=$(
BUILD_DIR
)/libbpf/ \
193
$(
BUILD_DIR
)/libbp
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/hid/
H
A
D
Makefile
66
BUILD_DIR
:= $(SCRATCH_DIR)/build
macro
69
BPFOBJ := $(
BUILD_DIR
)/libbpf/libbpf.a
71
HOST_BUILD_DIR := $(
BUILD_DIR
)/host
75
HOST_BUILD_DIR := $(
BUILD_DIR
)
99
MAKE_DIRS := $(sort $(
BUILD_DIR
)/libbpf $(HOST_BUILD_DIR)/libbpf \
131
| $(
BUILD_DIR
)/libbpf
132
$(Q)$(MAKE) $(submake_extras) -C $(BPFDIR) OUTPUT=$(
BUILD_DIR
)/libbpf/ \
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
Makefile
107
BUILD_DIR
:= $(SCRATCH_DIR)/build
macro
115
BPFOBJ := $(
BUILD_DIR
)/libbpf/libbpf.a
117
MAKE_DIRS := $(
BUILD_DIR
)/libbpf
144
| $(
BUILD_DIR
)/libbpf
145
$(MAKE) $(submake_extras) -C $(BPFDIR) OUTPUT=$(
BUILD_DIR
)/libbpf/ \
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
Makefile
139
BUILD_DIR
:= $(SCRATCH_DIR)/build
macro
141
BPFOBJ := $(
BUILD_DIR
)/libbpf/libbpf.a
143
HOST_BUILD_DIR := $(
BUILD_DIR
)/host
147
HOST_BUILD_DIR := $(
BUILD_DIR
)
153
RUNQSLOWER_OUTPUT := $(
BUILD_DIR
)/runqslower/
174
MAKE_DIRS := $(sort $(
BUILD_DIR
)/libbpf $(HOST_BUILD_DIR)/libbpf \
175
$(
BUILD_DIR
)/bpftool $(HOST_BUILD_DIR)/bpftool \
239
BPFOBJ_OUTPUT=$(
BUILD_DIR
)/libbpf \
287
$(BPFOBJ) | $(
BUILD_DIR
)/bpftool
291
OUTPUT=$(
BUILD_DIR
)/bpftoo
[all...]
/kernel/linux/linux-5.10/tools/testing/ktest/
H
A
D
ktest.pl
278
"
BUILD_DIR
" => \$builddir,
400
$config_help{"
BUILD_DIR
"} = << "EOF"
408
(can not be same as
BUILD_DIR
)
678
get_mandatory_config("
BUILD_DIR
");
4333
$builddir = set_test_option("
BUILD_DIR
", $i);
/kernel/linux/linux-6.6/tools/testing/ktest/
H
A
D
ktest.pl
278
"
BUILD_DIR
" => \$builddir,
400
$config_help{"
BUILD_DIR
"} = << "EOF"
408
(can not be same as
BUILD_DIR
)
741
get_mandatory_config("
BUILD_DIR
");
4341
$builddir = set_test_option("
BUILD_DIR
", $i);
Completed in 9 milliseconds