| David Sterba | 099dc4f | 2008-02-07 10:57:12 +0100 | [diff] [blame^] | 1 | # |
| 2 | # drivers/char/pcmcia/ipwireless/Makefile | ||||
| 3 | # | ||||
| 4 | # Makefile for the IPWireless driver | ||||
| 5 | # | ||||
| 6 | |||||
| 7 | obj-$(CONFIG_IPWIRELESS) += ipwireless.o | ||||
| 8 | |||||
| 9 | ipwireless-objs := hardware.o main.o network.o tty.o | ||||
| 10 | |||||