OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INTERNAL_LIB
(Results
1 - 5
of
5
) sorted by null
/external/ltp/testcases/kernel/syscalls/ipc/libnewipc/
Makefile
22
INTERNAL_LIB
:= libnewipc.a
/external/ltp/testcases/kernel/lib/
Makefile
28
INTERNAL_LIB
:= libkerntest.a
/external/ltp/testcases/kernel/mem/lib/
Makefile
24
INTERNAL_LIB
:= libmem.a
/external/ltp/testcases/network/rpc/basic_tests/rpc01/lib/
Makefile
23
INTERNAL_LIB
:= librpc01.a
/external/ltp/include/mk/
lib.mk
35
ifndef
INTERNAL_LIB
36
$(error You must define LIB or
INTERNAL_LIB
when including this Makefile)
46
LIB ?= $(
INTERNAL_LIB
)
Completed in 375 milliseconds