Files

7 lines
158 B
Makefile
Raw Permalink Normal View History

# SPDX-License-Identifier: GPL-2.0
serdev-objs := core.o
obj-$(CONFIG_SERIAL_DEV_BUS) += serdev.o
2017-02-02 13:48:08 -06:00
obj-$(CONFIG_SERIAL_DEV_CTRL_TTYPORT) += serdev-ttyport.o