diff options
author | Luciano Coelho <coelho@ti.com> | 2012-05-10 12:13:26 +0300 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-06-05 15:55:14 +0300 |
commit | b8422dcb865befc5d2d7c21e8427eedf32558fea (patch) | |
tree | f51c347a53fb1a647a0c85cd25ebda82e8bc4427 /drivers/net/wireless/ti/wl18xx/Makefile | |
parent | 872b345fbaef290f890d0bbd34b78ab50269980f (diff) | |
download | linux-b8422dcb865befc5d2d7c21e8427eedf32558fea.tar.bz2 |
wl18xx: add hw_init operation
Add wl18xx-specific HW initialization operation and create acx.[ch]
files to support that.
Signed-off-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: Arik Nemtsov <arik@wizery.com>
Diffstat (limited to 'drivers/net/wireless/ti/wl18xx/Makefile')
-rw-r--r-- | drivers/net/wireless/ti/wl18xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/wl18xx/Makefile b/drivers/net/wireless/ti/wl18xx/Makefile index dd3b4c13fa3c..764d598bc968 100644 --- a/drivers/net/wireless/ti/wl18xx/Makefile +++ b/drivers/net/wireless/ti/wl18xx/Makefile @@ -1,3 +1,3 @@ -wl18xx-objs = main.o tx.o +wl18xx-objs = main.o acx.o tx.o obj-$(CONFIG_WL18XX) += wl18xx.o |