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_OUT_DIR
(Results
1 - 1
of
1
) sorted by relevance
/drivers/hdf_core/adapter/khdf/liteos/
H
A
D
hdf_driver.mk
32
CONFIG_OUT_DIR
= $(OUT)/hcs_generated/$(MODULE_NAME)
macro
33
CONFIG_GEN_SRCS = $(addsuffix .c,$(addprefix $(
CONFIG_OUT_DIR
)/,$(basename $(LOCAL_HCS_SRCS))))
34
DEPENDS_CONFIG_SRCS = $(addsuffix .c,$(addprefix $(
CONFIG_OUT_DIR
)/,$(basename $(LOCAL_DEPENDS_HCS_SRCS))))
35
CONFIG_GEN_HEX_SRC = $(addsuffix _hex.c,$(addprefix $(
CONFIG_OUT_DIR
)/,$(basename $(LOCAL_PLATFORM_HCS_SRC))))
44
$(CONFIG_GEN_HEX_SRC): $(
CONFIG_OUT_DIR
)/%_hex.c: $(HDF_CONFIG_DIR)/%.hcs | $(HC_GEN) $(dir $(CONFIG_GEN_HEX_SRC))
48
$(CONFIG_GEN_SRCS): $(
CONFIG_OUT_DIR
)/%.c: $(HDF_CONFIG_DIR)/%.hcs | $(HC_GEN) $(dir $(CONFIG_GEN_SRCS))
52
$(DEPENDS_CONFIG_SRCS): $(
CONFIG_OUT_DIR
)/%.c: $(HDF_CONFIG_DIR)/%.hcs | $(HC_GEN) $(dir $(DEPENDS_CONFIG_SRCS))
Completed in 2 milliseconds