PageRenderTime 21ms CodeModel.GetById 16ms app.highlight 4ms RepoModel.GetById 0ms app.codeStats 1ms

/drivers/tty/ipwireless/Makefile

https://bitbucket.org/slukk/jb-tsm-kernel-4.2
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