mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-09 01:06:41 +07: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
|
||
|
|