/drivers/tty/ipwireless/Makefile
Makefile | 8 lines | 2 code | 3 blank | 3 comment | 0 complexity | 6c636cfd51663daa27ebfc7c4af7515e MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
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