brintos

brintos / linux-shallow public Read only

0
0
Text · 170 B · a665d02 Raw
10 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for the IPWireless driver4#5 6obj-$(CONFIG_IPWIRELESS) += ipwireless.o7 8ipwireless-y := hardware.o main.o network.o tty.o9 10