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:KCONFIG_CONFIG
(Results
1 - 3
of
3
) sorted by relevance
/third_party/toybox/scripts/
H
A
D
make.sh
17
[ -z "$
KCONFIG_CONFIG
" ] &&
KCONFIG_CONFIG
=.config
69
# Extract a list of toys/*/*.c files to compile from the data in $
KCONFIG_CONFIG
74
TOYFILES="$($SED -n 's/^CONFIG_\([^=]*\)=.*/\1/p' "$
KCONFIG_CONFIG
" | xargs | tr ' [A-Z]' '|[a-z]')"
132
if true #isnewer generated/config.h "$
KCONFIG_CONFIG
"
134
echo "Make generated/config.h from $
KCONFIG_CONFIG
."
159
$
KCONFIG_CONFIG
> generated/config.h || exit 1
211
if isnewer generated/flags.h toys "$
KCONFIG_CONFIG
"
266
generated/config2help Config.in $
KCONFIG_CONFIG
> generated/help.h || exit 1
307
[ "$OUT" -nt "$i" ] && [ -z "$CLICK" -o "$OUT" -nt "$
KCONFIG_CONFIG
" ]
[all...]
/third_party/toybox/
H
A
D
Makefile
14
KCONFIG_CONFIG
?= .config
macro
16
toybox_stuff: $(
KCONFIG_CONFIG
) *.[ch] lib/*.[ch] toys/*/*.c scripts/*.sh
28
$(
KCONFIG_CONFIG
): $(KCONFIG_TOP)
29
@if [ -e "$(
KCONFIG_CONFIG
)" ]; then make silentoldconfig; \
/third_party/toybox/porting/liteos_a/
H
A
D
Makefile
14
KCONFIG_CONFIG
?= .config
macro
16
toybox_stuff: $(
KCONFIG_CONFIG
) *.[ch] lib/*.[ch] toys/*/*.c scripts/*.sh
28
$(
KCONFIG_CONFIG
): $(KCONFIG_TOP)
29
@if [ -e "$(
KCONFIG_CONFIG
)" ]; then make silentoldconfig; \
Completed in 7 milliseconds