This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
linux
mirror of
https://gitee.com/openkylin/linux.git
Watch
9
Star
0
Fork
You've already forked linux
0
Code
Issues
Projects
Releases
Wiki
Activity
4c6231a408
linux
/
drivers
/
net
/
wireless
/
ti
/
wl12xx
/
Makefile
4 lines
78 B
Makefile
Raw
Normal View
History
Unescape
Escape
wl12xx: implement fw status debugfs entries Implement the operations that are necessary to fetch the wl12xx-specific FW statistics. Re-add some of the code removed from wlcore. Signed-off-by: Luciano Coelho <coelho@ti.com> Signed-off-by: Arik Nemtsov <arik@wizery.com>
2012-05-10 17:14:08 +08:00
wl12xx-objs
=
main.o cmd.o acx.o debugfs.o
wl12xx/wlcore: spin out the wl12xx probe from wlcore to a new wl12xx Create a new small wl12xx module that only contains the probe functions and depends entirely on wlcore otherwise. Signed-off-by: Luciano Coelho <coelho@ti.com>
2011-11-21 05:32:10 +08:00
obj-$(CONFIG_WL12XX)
+=
wl12xx.o