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:CONFIG_FLAGS
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/scripts/
H
A
D
mkcompile_h
44
CONFIG_FLAGS
=""
45
if [ -n "$SMP" ] ; then
CONFIG_FLAGS
="SMP"; fi
46
if [ -n "$PREEMPT" ] ; then
CONFIG_FLAGS
="$
CONFIG_FLAGS
PREEMPT"; fi
47
if [ -n "$PREEMPT_RT" ] ; then
CONFIG_FLAGS
="$
CONFIG_FLAGS
PREEMPT_RT"; fi
51
UTS_VERSION="$(echo $UTS_VERSION $
CONFIG_FLAGS
$TIMESTAMP | cut -b -$UTS_LEN)"
56
if [ -n "$
CONFIG_FLAGS
" ] ; then echo "/* $
CONFIG_FLAGS
*/"; fi
/kernel/linux/linux-5.10/tools/lib/lockdep/
H
A
D
Makefile
71
CONFIG_FLAGS
=
macro
85
override CFLAGS += $(
CONFIG_FLAGS
) $(INCLUDES) $(PLUGIN_DIR_SQ)
/kernel/linux/linux-5.10/tools/lib/traceevent/plugins/
H
A
D
Makefile
94
CONFIG_FLAGS
=
macro
110
override CFLAGS += $(
CONFIG_FLAGS
) $(INCLUDES) $(PLUGIN_DIR_SQ)
/kernel/linux/linux-5.10/tools/lib/traceevent/
H
A
D
Makefile
88
CONFIG_FLAGS
=
macro
114
override CFLAGS += $(
CONFIG_FLAGS
) $(INCLUDES) $(PLUGIN_DIR_SQ)
Completed in 4 milliseconds