diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-11-13 19:26:25 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2005-11-16 20:13:20 +0100 |
commit | 7635d345b2c047339b44c85fff486c6b94b67216 (patch) | |
tree | 26c3084df392c33094fd58bba0b8286e56940e18 /drivers/net/wireless/hostap/Makefile | |
parent | [PATCH] atmel: audit return code of create_proc_read_entry (diff) | |
download | linux-7635d345b2c047339b44c85fff486c6b94b67216.tar.xz linux-7635d345b2c047339b44c85fff486c6b94b67216.zip |
[PATCH] hostap: rename hostap.c to hostap_main.c
I wanted to remove the #include "hostap_ioctl.c" from hostap.c and
build hostap_ioctl.c separately, but this doesn't work since hostap.c
has the same name as the module.
After renaming hostap.c this will be possible.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Jouni Malinen <jkmaline@cc.hut.fi>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/hostap/Makefile')
-rw-r--r-- | drivers/net/wireless/hostap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/hostap/Makefile b/drivers/net/wireless/hostap/Makefile index fc62235bfc24..353ccb93134b 100644 --- a/drivers/net/wireless/hostap/Makefile +++ b/drivers/net/wireless/hostap/Makefile @@ -1,3 +1,4 @@ +hostap-y := hostap_main.o obj-$(CONFIG_HOSTAP) += hostap.o obj-$(CONFIG_HOSTAP_CS) += hostap_cs.o |