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
3afa24f7ad
linux
/
drivers
/
net
/
wireless
/
ti
/
wl18xx
/
Makefile
4 lines
82 B
Makefile
Raw
Normal View
History
Unescape
Escape
wl18xx: implement fw status debugfs entries Implement the operations that are necessary to fetch the wl18xx-specific FW statistics and export them in debugfs. Signed-off-by: Luciano Coelho <coelho@ti.com> Signed-off-by: Arik Nemtsov <arik@wizery.com>
2012-05-10 17:14:09 +08:00
wl18xx-objs
=
main.o acx.o tx.o io.o debugfs.o
wl18xx: add new module Add the wl18xx module and the probe functions. Use wlcore for the main parts (not functional at this point due to differences in the wl18xx initialization). Signed-off-by: Luciano Coelho <coelho@ti.com> Signed-off-by: Arik Nemtsov <arik@wizery.com>
2012-05-10 17:13:06 +08:00
obj-$(CONFIG_WL18XX)
+=
wl18xx.o