forked from Minki/linux
beb2a7f331
The old ieee80211 code only remains as a support library for the ipw2100 and ipw2200 drivers. So, move the code and rename it appropriately to reflects it's true purpose and status. Signed-off-by: John W. Linville <linville@tuxdriver.com>
15 lines
255 B
Makefile
15 lines
255 B
Makefile
#
|
|
# Makefile for the Intel Centrino wireless drivers
|
|
#
|
|
|
|
obj-$(CONFIG_IPW2100) += ipw2100.o
|
|
obj-$(CONFIG_IPW2200) += ipw2200.o
|
|
|
|
obj-$(CONFIG_LIBIPW) += libipw.o
|
|
libipw-objs := \
|
|
libipw_module.o \
|
|
libipw_tx.o \
|
|
libipw_rx.o \
|
|
libipw_wx.o \
|
|
libipw_geo.o
|