OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OS_SRCS
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/
Makefile
28
OS_SRCS
= \
33
OS_SRCS
+= $(DK_ROOT)/platforms/os/common/src/tracebuf.c
36
OS_OBJS = $(patsubst %.c, %.o, $(
OS_SRCS
))
/hardware/ti/wlan/wl1271/platforms/os/linux/build/
Makefile
40
OS_SRCS
= \
54
OS_SRCS
+= $(DK_ROOT)/platforms/os/linux/src/stack_profile.c
59
OS_SRCS
+= $(DK_ROOT)/platforms/os/linux/src/string.c
67
OS_SRCS
+= $(DK_ROOT)/platforms/hw/host_platform_$(HOST_PLATFORM)/linux/WspiAdapter.c
72
#
OS_SRCS
+= $(DK_ROOT)/platforms/hw/host_platform_$(HOST_PLATFORM)/linux/SdioAdapter.c
74
OS_SRCS
+= $(DK_ROOT)/platforms/hw/linux/SdioAdapter.c
78
OS_OBJS = $(patsubst %.c, %.o, $(
OS_SRCS
))
Completed in 47 milliseconds