2019-04-02 16:07:07 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2008-02-07 10:57:12 +01:00
|
|
|
#
|
|
|
|
|
# Makefile for the IPWireless driver
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
obj-$(CONFIG_IPWIRELESS) += ipwireless.o
|
|
|
|
|
|
2010-10-27 15:34:25 -07:00
|
|
|
ipwireless-y := hardware.o main.o network.o tty.o
|
2008-02-07 10:57:12 +01:00
|
|
|
|