xref: /kernel/linux/linux-5.10/drivers/dma/bestcomm/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/dma/bestcomm/
18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci#
38c2ecf20Sopenharmony_ci# Makefile for BestComm & co
48c2ecf20Sopenharmony_ci#
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_cibestcomm-core-objs	:= bestcomm.o sram.o
78c2ecf20Sopenharmony_cibestcomm-ata-objs	:= ata.o bcom_ata_task.o
88c2ecf20Sopenharmony_cibestcomm-fec-objs	:= fec.o bcom_fec_rx_task.o bcom_fec_tx_task.o
98c2ecf20Sopenharmony_cibestcomm-gen-bd-objs	:= gen_bd.o bcom_gen_bd_rx_task.o bcom_gen_bd_tx_task.o
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciobj-$(CONFIG_PPC_BESTCOMM)		+= bestcomm-core.o
128c2ecf20Sopenharmony_ciobj-$(CONFIG_PPC_BESTCOMM_ATA)		+= bestcomm-ata.o
138c2ecf20Sopenharmony_ciobj-$(CONFIG_PPC_BESTCOMM_FEC)		+= bestcomm-fec.o
148c2ecf20Sopenharmony_ciobj-$(CONFIG_PPC_BESTCOMM_GEN_BD)	+= bestcomm-gen-bd.o
158c2ecf20Sopenharmony_ci 
16

Indexes created Thu Nov 07 10:32:03 CST 2024