dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
Adrian Bunk 2005-11-13 13:26:25 -05:00 committed by John W. Linville
parent 5bc4c36d7c
commit 7635d345b2
2 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
hostap-y := hostap_main.o
obj-$(CONFIG_HOSTAP) += hostap.o
obj-$(CONFIG_HOSTAP_CS) += hostap_cs.o