David Sterba | 099dc4f | 2008-02-07 10:57:12 +0100 | [diff] [blame] | 1 | # |
David Sterba | 099dc4f | 2008-02-07 10:57:12 +0100 | [diff] [blame] | 2 | # Makefile for the IPWireless driver |
3 | # | ||||
4 | |||||
5 | obj-$(CONFIG_IPWIRELESS) += ipwireless.o | ||||
6 | |||||
Tracey Dent | a222945 | 2010-10-27 15:34:25 -0700 | [diff] [blame] | 7 | ipwireless-y := hardware.o main.o network.o tty.o |
David Sterba | 099dc4f | 2008-02-07 10:57:12 +0100 | [diff] [blame] | 8 |