1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 2367a1092SKalle Valo# 3367a1092SKalle Valo# Makefile for the Intel Centrino wireless drivers 4367a1092SKalle Valo# 5367a1092SKalle Valo 6367a1092SKalle Valoobj-$(CONFIG_IPW2100) += ipw2100.o 7367a1092SKalle Valoobj-$(CONFIG_IPW2200) += ipw2200.o 8367a1092SKalle Valo 9367a1092SKalle Valoobj-$(CONFIG_LIBIPW) += libipw.o 10367a1092SKalle Valolibipw-objs := \ 11367a1092SKalle Valo libipw_module.o \ 12367a1092SKalle Valo libipw_tx.o \ 13367a1092SKalle Valo libipw_rx.o \ 14367a1092SKalle Valo libipw_wx.o \ 1502f220b5SJohannes Berg libipw_geo.o \ 16*3a1d429eSJohannes Berg libipw_spy.o \ 1702f220b5SJohannes Berg libipw_crypto.o \ 1802f220b5SJohannes Berg libipw_crypto_ccmp.o \ 1902f220b5SJohannes Berg libipw_crypto_tkip.o \ 2002f220b5SJohannes Berg libipw_crypto_wep.o 21