OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OS_OBJS
(Results
1 - 5
of
5
) sorted by null
/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/
Makefile
36
OS_OBJS
= $(patsubst %.c, %.o, $(OS_SRCS))
82
tiwlan_drv-y = $(
OS_OBJS
) $(OS_AUXILIARY_LIBS)
120
@rm -f *.o .*.o.cmd *~ *.a *.~* core .depend dep $(
OS_OBJS
)
132
@$(CROSS_COMPILE)$(AR) rcs $@ $(
OS_OBJS
)
/system/wlan/ti/wilink_6_1/platforms/os/common/build/linux/
Makefile
36
OS_OBJS
= $(patsubst %.c, %.o, $(OS_SRCS))
82
tiwlan_drv-y = $(
OS_OBJS
) $(OS_AUXILIARY_LIBS)
120
@rm -f *.o .*.o.cmd *~ *.a *.~* core .depend dep $(
OS_OBJS
)
132
@$(CROSS_COMPILE)$(AR) rcs $@ $(
OS_OBJS
)
/system/wlan/ti/sta_dk_4_0_4_32/
Makefile
80
OS_OBJS
= $(patsubst %.c, %.o, $(OS_SRCS))
116
wlan-objs := $(DK_OBJS) $(
OS_OBJS
)
160
@rm -f *.o *.a *~ *.~* core .depend dep $(DK_OBJS) $(
OS_OBJS
) $(DEPS)
175
@$(CROSS_COMPILE)$(AR) rcs $@ $(DK_OBJS) $(
OS_OBJS
)
/hardware/ti/wlan/wl1271/platforms/os/linux/build/
Makefile
78
OS_OBJS
= $(patsubst %.c, %.o, $(OS_SRCS))
158
tiwlan_drv-y = $(
OS_OBJS
) $(OS_AUXILIARY_LIBS)
196
@rm -f *.o *.a .*.o.cmd *~ *.~* core .depend dep $(
OS_OBJS
) $(FW_SRCS) $(FW_OBJS)
216
$(CROSS_COMPILE)$(AR) rcs $(OUTPUT_LIB) $(
OS_OBJS
)
/system/wlan/ti/wilink_6_1/platforms/os/linux/build/
Makefile
79
OS_OBJS
= $(patsubst %.c, %.o, $(OS_SRCS))
159
tiwlan_drv-y = $(
OS_OBJS
) $(OS_AUXILIARY_LIBS)
197
@rm -f *.o *.a .*.o.cmd *~ *.~* core .depend dep $(
OS_OBJS
) $(FW_SRCS) $(FW_OBJS)
217
$(CROSS_COMPILE)$(AR) rcs $(OUTPUT_LIB) $(
OS_OBJS
)
Completed in 57 milliseconds