blob: b71eb593643d61077f41c7b4599207c03d95d123 [file] [log] [blame]
David Sterba099dc4f2008-02-07 10:57:12 +01001#
2# drivers/char/pcmcia/ipwireless/Makefile
3#
4# Makefile for the IPWireless driver
5#
6
7obj-$(CONFIG_IPWIRELESS) += ipwireless.o
8
9ipwireless-objs := hardware.o main.o network.o tty.o
10