mirror of
https://github.com/szehl/ath9k-hmac.git
synced 2025-02-06 18:59:15 +00:00
15 lines
255 B
Makefile
15 lines
255 B
Makefile
#
|
|
# Makefile for the Intel Centrino wireless drivers
|
|
#
|
|
|
|
obj-$(CPTCFG_IPW2100) += ipw2100.o
|
|
obj-$(CPTCFG_IPW2200) += ipw2200.o
|
|
|
|
obj-$(CPTCFG_LIBIPW) += libipw.o
|
|
libipw-objs := \
|
|
libipw_module.o \
|
|
libipw_tx.o \
|
|
libipw_rx.o \
|
|
libipw_wx.o \
|
|
libipw_geo.o
|