mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-19 09:04:51 +08:00
9 lines
120 B
Makefile
9 lines
120 B
Makefile
|
#
|
||
|
# Makefile for Jasmine adapter
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_SERIAL_JSM) += jsm.o
|
||
|
|
||
|
jsm-objs := jsm_driver.o jsm_neo.o jsm_tty.o
|
||
|
|