mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-24 05:04:00 +08: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
|
||
|
|