diff options
author | Luciano Coelho <coelho@ti.com> | 2013-05-04 02:46:38 +0300 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2013-06-17 11:56:59 +0300 |
commit | 33cab57a50531756f28199d63b1a529bc9e01605 (patch) | |
tree | 8c5d7018c9269b223de83124acefe82a7cd6097e /drivers/net/wireless/ti/wlcore/Makefile | |
parent | 8f6ac537b50077b3f2b0e926b661a064dc136a2a (diff) |
wlcore: move sysfs handling to a separate file
Instead of doing all the sysfs file handling in the main file, move it
to a new sysfs source file to reduce the amount of code in a single
file.
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/ti/wlcore/Makefile')
-rw-r--r-- | drivers/net/wireless/ti/wlcore/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/wlcore/Makefile b/drivers/net/wireless/ti/wlcore/Makefile index b21398f6c3ec..4f23931d7bd5 100644 --- a/drivers/net/wireless/ti/wlcore/Makefile +++ b/drivers/net/wireless/ti/wlcore/Makefile @@ -1,5 +1,5 @@ wlcore-objs = main.o cmd.o io.o event.o tx.o rx.o ps.o acx.o \ - boot.o init.o debugfs.o scan.o + boot.o init.o debugfs.o scan.o sysfs.o wlcore_spi-objs = spi.o wlcore_sdio-objs = sdio.o |