9 lines
165 B
Makefile
Executable file
9 lines
165 B
Makefile
Executable file
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for Jasmine adapter
|
|
#
|
|
|
|
obj-$(CONFIG_SERIAL_JSM) += jsm.o
|
|
|
|
jsm-objs := jsm_driver.o jsm_neo.o jsm_tty.o jsm_cls.o
|
|
|