1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the Intel Centrino wireless drivers
4#
5
6obj-$(CONFIG_IPW2100) += ipw2100.o
7obj-$(CONFIG_IPW2200) += ipw2200.o
8
9obj-$(CONFIG_LIBIPW) += libipw.o
10libipw-objs := \
11	libipw_module.o \
12	libipw_tx.o \
13	libipw_rx.o \
14	libipw_wx.o \
15	libipw_geo.o \
16	libipw_spy.o \
17	libipw_crypto.o \
18	libipw_crypto_ccmp.o \
19	libipw_crypto_tkip.o \
20	libipw_crypto_wep.o
21