WSL2-Linux-Kernel/arch/powerpc/sysdev/bestcomm/Makefile

11 строки
217 B
Makefile
Исходник Обычный вид История

#
# Makefile for BestComm & co
#
bestcomm-core-objs := bestcomm.o sram.o
bestcomm-ata-objs := ata.o bcom_ata_task.o
obj-$(CONFIG_PPC_BESTCOMM) += bestcomm-core.o
obj-$(CONFIG_PPC_BESTCOMM_ATA) += bestcomm-ata.o