xref: /linux/drivers/tty/ipwireless/Makefile (revision d78c317f6cd701bda9f6dbfbfbcba72f39dd6ad7)
1#
2# Makefile for the IPWireless driver
3#
4
5obj-$(CONFIG_IPWIRELESS) += ipwireless.o
6
7ipwireless-y := hardware.o main.o network.o tty.o
8
9