OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DK_OBJS
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/wlan/wl1271/stad/build/linux/
Makefile
79
tiwlan_drv-y = $(
DK_OBJS
)
116
@rm -f *.o *.a .*.o.cmd *~ *.~* core .depend dep $(
DK_OBJS
) $(DEPS)
129
@$(CROSS_COMPILE)$(AR) rcs $@ $(
DK_OBJS
)
/system/wlan/ti/wilink_6_1/stad/build/linux/
Makefile
79
tiwlan_drv-y = $(
DK_OBJS
)
116
@rm -f *.o *.a .*.o.cmd *~ *.~* core .depend dep $(
DK_OBJS
) $(DEPS)
129
@$(CROSS_COMPILE)$(AR) rcs $@ $(
DK_OBJS
)
/system/wlan/ti/sta_dk_4_0_4_32/
Makefile
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)
Completed in 229 milliseconds