xref: /openbmc/linux/drivers/tty/serdev/Makefile (revision 54edb425)
1# SPDX-License-Identifier: GPL-2.0
2serdev-objs := core.o
3
4obj-y += serdev.o
5
6obj-$(CONFIG_SERIAL_DEV_CTRL_TTYPORT) += serdev-ttyport.o
7