repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
drivers
/
tty
/
serial
/
jsm
/
Makefile
blob
4f2dbada7741efd5e4dba31ec40592d51e7c4819
1
# SPDX-License-Identifier: GPL-2.0
2
#
3
# Makefile for Jasmine adapter
4
#
5
6
obj-
$(
CONFIG_SERIAL_JSM
) +=
jsm.o
7
8
jsm-objs
:=
jsm_driver.o jsm_neo.o jsm_tty.o jsm_cls.o
9