summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/ipw2x00/Makefile
blob: 91e6091c4ebf116c83aa9620fec95fb6031d878c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# SPDX-License-Identifier: GPL-2.0
#
# 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 \
	libipw_spy.o \
	libipw_crypto.o \
	libipw_crypto_ccmp.o \
	libipw_crypto_tkip.o \
	libipw_crypto_wep.o