mirror of
https://github.com/torvalds/linux.git
synced 2024-12-20 10:01:56 +00: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
|
||
|
|