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:TPROGS_CFLAGS
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/samples/bpf/
H
A
D
Makefile
158
TPROGS_CFLAGS
+= $(ARM_ARCH_SELECTOR)
162
TPROGS_CFLAGS
+= -D__SANE_USERSPACE_TYPES__
169
TPROGS_CFLAGS
+= -Wall -O2
170
TPROGS_CFLAGS
+= -Wmissing-prototypes
171
TPROGS_CFLAGS
+= -Wstrict-prototypes
173
TPROGS_CFLAGS
+= -I$(objtree)/usr/include
174
TPROGS_CFLAGS
+= -I$(srctree)/tools/testing/selftests/bpf/
175
TPROGS_CFLAGS
+= -I$(LIBBPF_INCLUDE)
176
TPROGS_CFLAGS
+= -I$(srctree)/tools/include
177
TPROGS_CFLAGS
315
$(obj)/$(XDP_SAMPLE):
TPROGS_CFLAGS
= $(XDP_SAMPLE_CFLAGS)
global()
macro
[all...]
/kernel/linux/linux-6.6/samples/hid/
H
A
D
Makefile
33
TPROGS_CFLAGS
+= $(ARM_ARCH_SELECTOR)
37
TPROGS_CFLAGS
+= -D__SANE_USERSPACE_TYPES__
44
TPROGS_CFLAGS
+= -Wall -O2
45
TPROGS_CFLAGS
+= -Wmissing-prototypes
46
TPROGS_CFLAGS
+= -Wstrict-prototypes
48
TPROGS_CFLAGS
+= -I$(objtree)/usr/include
49
TPROGS_CFLAGS
+= -I$(LIBBPF_INCLUDE)
50
TPROGS_CFLAGS
+= -I$(srctree)/tools/include
53
TPROGS_CFLAGS
+= --sysroot=$(SYSROOT)
77
$(CC) $(
TPROGS_CFLAGS
)
[all...]
/kernel/linux/linux-5.10/samples/bpf/
H
A
D
Makefile
181
TPROGS_CFLAGS
+= $(ARM_ARCH_SELECTOR)
184
TPROGS_CFLAGS
+= -Wall -O2
185
TPROGS_CFLAGS
+= -Wmissing-prototypes
186
TPROGS_CFLAGS
+= -Wstrict-prototypes
188
TPROGS_CFLAGS
+= -I$(objtree)/usr/include
189
TPROGS_CFLAGS
+= -I$(srctree)/tools/testing/selftests/bpf/
190
TPROGS_CFLAGS
+= -I$(srctree)/tools/lib/
191
TPROGS_CFLAGS
+= -I$(srctree)/tools/include
192
TPROGS_CFLAGS
+= -I$(srctree)/tools/perf
193
TPROGS_CFLAGS
[all...]
Completed in 2 milliseconds