OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FW_SRCS
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wlan/wl1271/platforms/os/linux/build/
Makefile
88
FW_SRCS
= ./firmware.c ./radio.c
89
FW_OBJS = $(patsubst %.c, %.o, $(
FW_SRCS
))
196
@rm -f *.o *.a .*.o.cmd *~ *.~* core .depend dep $(OS_OBJS) $(
FW_SRCS
) $(FW_OBJS)
/system/wlan/ti/wilink_6_1/platforms/os/linux/build/
Makefile
89
FW_SRCS
= ./firmware.c ./radio.c
90
FW_OBJS = $(patsubst %.c, %.o, $(
FW_SRCS
))
197
@rm -f *.o *.a .*.o.cmd *~ *.~* core .depend dep $(OS_OBJS) $(
FW_SRCS
) $(FW_OBJS)
Completed in 545 milliseconds