]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - drivers/tty/serial/8250/Makefile
Merge remote-tracking branch 'regulator/topic/palmas' into v3.9-rc8
[mirror_ubuntu-hirsute-kernel.git] / drivers / tty / serial / 8250 / Makefile
CommitLineData
9bef3d41
PG
1#
2# Makefile for the 8250 serial device drivers.
3#
4
9196d8ac
JS
5obj-$(CONFIG_SERIAL_8250) += 8250.o
68250-y := 8250_core.o
78250-$(CONFIG_SERIAL_8250_PNP) += 8250_pnp.o
88250-$(CONFIG_SERIAL_8250_DMA) += 8250_dma.o
9bef3d41
PG
9obj-$(CONFIG_SERIAL_8250_GSC) += 8250_gsc.o
10obj-$(CONFIG_SERIAL_8250_PCI) += 8250_pci.o
11obj-$(CONFIG_SERIAL_8250_HP300) += 8250_hp300.o
12obj-$(CONFIG_SERIAL_8250_CS) += serial_cs.o
13obj-$(CONFIG_SERIAL_8250_ACORN) += 8250_acorn.o
14obj-$(CONFIG_SERIAL_8250_CONSOLE) += 8250_early.o
15obj-$(CONFIG_SERIAL_8250_FOURPORT) += 8250_fourport.o
16obj-$(CONFIG_SERIAL_8250_ACCENT) += 8250_accent.o
17obj-$(CONFIG_SERIAL_8250_BOCA) += 8250_boca.o
18obj-$(CONFIG_SERIAL_8250_EXAR_ST16C554) += 8250_exar_st16c554.o
19obj-$(CONFIG_SERIAL_8250_HUB6) += 8250_hub6.o
9bef3d41
PG
20obj-$(CONFIG_SERIAL_8250_FSL) += 8250_fsl.o
21obj-$(CONFIG_SERIAL_8250_DW) += 8250_dw.o
22886ee9 22obj-$(CONFIG_SERIAL_8250_EM) += 8250_em.o