mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-25 02:09: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
|
||
|
|