6 lines
123 B
Makefile
6 lines
123 B
Makefile
|
serdev-objs := core.o
|
||
|
|
||
|
obj-$(CONFIG_SERIAL_DEV_BUS) += serdev.o
|
||
|
|
||
|
obj-$(CONFIG_SERIAL_DEV_CTRL_TTYPORT) += serdev-ttyport.o
|