162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Makefile for BestComm & co 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_cibestcomm-core-objs := bestcomm.o sram.o 762306a36Sopenharmony_cibestcomm-ata-objs := ata.o bcom_ata_task.o 862306a36Sopenharmony_cibestcomm-fec-objs := fec.o bcom_fec_rx_task.o bcom_fec_tx_task.o 962306a36Sopenharmony_cibestcomm-gen-bd-objs := gen_bd.o bcom_gen_bd_rx_task.o bcom_gen_bd_tx_task.o 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ciobj-$(CONFIG_PPC_BESTCOMM) += bestcomm-core.o 1262306a36Sopenharmony_ciobj-$(CONFIG_PPC_BESTCOMM_ATA) += bestcomm-ata.o 1362306a36Sopenharmony_ciobj-$(CONFIG_PPC_BESTCOMM_FEC) += bestcomm-fec.o 1462306a36Sopenharmony_ciobj-$(CONFIG_PPC_BESTCOMM_GEN_BD) += bestcomm-gen-bd.o 1562306a36Sopenharmony_ci 16