162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Makefile for the 8250 serial device drivers. 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250) += 8250.o 8250_base.o 762306a36Sopenharmony_ci8250-y := 8250_core.o 862306a36Sopenharmony_ci8250-$(CONFIG_ALPHA_GENERIC) += 8250_alpha.o 962306a36Sopenharmony_ci8250-$(CONFIG_ALPHA_JENSEN) += 8250_alpha.o 1062306a36Sopenharmony_ci8250-$(CONFIG_SERIAL_8250_PNP) += 8250_pnp.o 1162306a36Sopenharmony_ci8250_base-y := 8250_port.o 1262306a36Sopenharmony_ci8250_base-$(CONFIG_SERIAL_8250_DMA) += 8250_dma.o 1362306a36Sopenharmony_ci8250_base-$(CONFIG_SERIAL_8250_DWLIB) += 8250_dwlib.o 1462306a36Sopenharmony_ci8250_base-$(CONFIG_SERIAL_8250_FINTEK) += 8250_fintek.o 1562306a36Sopenharmony_ci8250_base-$(CONFIG_SERIAL_8250_PCILIB) += 8250_pcilib.o 1662306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_PARISC) += 8250_parisc.o 1762306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_PCI) += 8250_pci.o 1862306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_EXAR) += 8250_exar.o 1962306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_HP300) += 8250_hp300.o 2062306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_CS) += serial_cs.o 2162306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_ACORN) += 8250_acorn.o 2262306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_ASPEED_VUART) += 8250_aspeed_vuart.o 2362306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_BCM2835AUX) += 8250_bcm2835aux.o 2462306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_CONSOLE) += 8250_early.o 2562306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_FOURPORT) += 8250_fourport.o 2662306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_ACCENT) += 8250_accent.o 2762306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_BOCA) += 8250_boca.o 2862306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_EXAR_ST16C554) += 8250_exar_st16c554.o 2962306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_HUB6) += 8250_hub6.o 3062306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_PCI1XXXX) += 8250_pci1xxxx.o 3162306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_FSL) += 8250_fsl.o 3262306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_MEN_MCB) += 8250_men_mcb.o 3362306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_DFL) += 8250_dfl.o 3462306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_DW) += 8250_dw.o 3562306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_EM) += 8250_em.o 3662306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_IOC3) += 8250_ioc3.o 3762306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_OMAP) += 8250_omap.o 3862306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_RT288X) += 8250_rt288x.o 3962306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_LPC18XX) += 8250_lpc18xx.o 4062306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_MT6577) += 8250_mtk.o 4162306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_UNIPHIER) += 8250_uniphier.o 4262306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_INGENIC) += 8250_ingenic.o 4362306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_LPSS) += 8250_lpss.o 4462306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_MID) += 8250_mid.o 4562306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_PERICOM) += 8250_pericom.o 4662306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_PXA) += 8250_pxa.o 4762306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_TEGRA) += 8250_tegra.o 4862306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_8250_BCM7271) += 8250_bcm7271.o 4962306a36Sopenharmony_ciobj-$(CONFIG_SERIAL_OF_PLATFORM) += 8250_of.o 5062306a36Sopenharmony_ci 5162306a36Sopenharmony_ciCFLAGS_8250_ingenic.o += -I$(srctree)/scripts/dtc/libfdt 52