Raw File
Makefile
#
# Makefile for Jasmine adapter
#

obj-$(CONFIG_SERIAL_JSM) += jsm.o

jsm-objs :=    jsm_driver.o jsm_neo.o jsm_tty.o

back to top