xref: /linux/drivers/tty/ipwireless/Makefile (revision c39f2d9db0fd81ea20bb5cce9b3f082ca63753e2)
1*38c91d1dSGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2282361a0SGreg Kroah-Hartman#
3282361a0SGreg Kroah-Hartman# Makefile for the IPWireless driver
4282361a0SGreg Kroah-Hartman#
5282361a0SGreg Kroah-Hartman
6282361a0SGreg Kroah-Hartmanobj-$(CONFIG_IPWIRELESS) += ipwireless.o
7282361a0SGreg Kroah-Hartman
8282361a0SGreg Kroah-Hartmanipwireless-y := hardware.o main.o network.o tty.o
9282361a0SGreg Kroah-Hartman
10