Staging
v0.8.1
swh:1:snp:a902887e4be9191b7c6c4406aa06b31c1ce2c7cc
Raw File
Tip revision: 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619 authored by Linus Torvalds on 18 January 2013, 03:25:45 UTC
Linux 3.8-rc4
Tip revision: 7d1f9ae
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