OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OS_OBJS
(Results
1 - 2
of
2
) 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
)
/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
)
Completed in 93 milliseconds