diff options
author | Luciano Coelho <luciano.coelho@nokia.com> | 2009-08-06 09:25:29 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-08-14 09:12:46 -0400 |
commit | 30d742d5468c954969766bb0e809f218abc73af7 (patch) | |
tree | 99bff09534c3967ccc6c9db2521277af89d0a170 /drivers/net/wireless/wl12xx/Makefile | |
parent | f5fc0f86b02afef1119b523623b4cde41475bc8c (diff) |
wl1271: add wl1271 to Kconfig and the Makefile
This patch adds support for the wl1271 driver in the Kconfig and in the
Makefile.
Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/Makefile')
-rw-r--r-- | drivers/net/wireless/wl12xx/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/Makefile b/drivers/net/wireless/wl12xx/Makefile index d5595a841f5f..ecb883333656 100644 --- a/drivers/net/wireless/wl12xx/Makefile +++ b/drivers/net/wireless/wl12xx/Makefile | |||
@@ -3,3 +3,9 @@ wl1251-objs = wl1251_main.o wl1251_spi.o wl1251_event.o \ | |||
3 | wl1251_acx.o wl1251_boot.o wl1251_init.o \ | 3 | wl1251_acx.o wl1251_boot.o wl1251_init.o \ |
4 | wl1251_ops.o wl1251_debugfs.o | 4 | wl1251_ops.o wl1251_debugfs.o |
5 | obj-$(CONFIG_WL1251) += wl1251.o | 5 | obj-$(CONFIG_WL1251) += wl1251.o |
6 | |||
7 | wl1271-objs = wl1271_main.o wl1271_spi.o wl1271_cmd.o \ | ||
8 | wl1271_event.o wl1271_tx.o wl1271_rx.o \ | ||
9 | wl1271_ps.o wl1271_acx.o wl1271_boot.o \ | ||
10 | wl1271_init.o wl1271_debugfs.o | ||
11 | obj-$(CONFIG_WL1271) += wl1271.o | ||