brintos

brintos / linux-shallow public Read only

0
0
Text · 165 B · 4f2dbad Raw
10 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for Jasmine adapter4#5 6obj-$(CONFIG_SERIAL_JSM) += jsm.o7 8jsm-objs :=    jsm_driver.o jsm_neo.o jsm_tty.o jsm_cls.o9 10