Staging
v0.8.1
swh:1:snp:a902887e4be9191b7c6c4406aa06b31c1ce2c7cc
Raw File
Tip revision: a0d271cbfed1dd50278c6b06bead3d00ba0a88f9 authored by Linus Torvalds on 30 September 2012, 23:47:46 UTC
Linux 3.6
Tip revision: a0d271c
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
back to top