mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-12 14:52:14 +00:00
![Greg Kroah-Hartman](/assets/img/avatar_default.png)
The serial drivers are really just tty drivers, so move them to drivers/tty/ to make things a bit neater overall. This is part of the tty/serial driver movement proceedure as proposed by Arnd Bergmann and approved by everyone involved a number of months ago. Cc: Arnd Bergmann <arnd@arndb.de> Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> Cc: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Rogier Wolff <R.E.Wolff@bitwizard.nl> Cc: Michael H. Warfield <mhw@wittsend.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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
|
|
|