Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « serdev « tty « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0cbdb9444d9d4f693c0b4c060eaebbe206cadb21 (plain)
1
2
3
4
5
serdev-objs := core.o

obj-$(CONFIG_SERIAL_DEV_BUS) += serdev.o

obj-$(CONFIG_SERIAL_DEV_CTRL_TTYPORT) += serdev-ttyport.o