Merge tag 'for-5.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
[linux-block.git] / drivers / tty / ipwireless / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for the IPWireless driver
4 #
5
6 obj-$(CONFIG_IPWIRELESS) += ipwireless.o
7
8 ipwireless-y := hardware.o main.o network.o tty.o
9