blob: aed2df2a6580ed8b9b5f28cb00f340ae5bda55ab [file] [log] [blame]
Sylvain Munaut2f9ea1b2007-09-16 20:53:27 +10001#
2# Makefile for BestComm & co
3#
4
5bestcomm-core-objs := bestcomm.o sram.o
Sylvain Munaut9ea68df2007-09-16 20:53:28 +10006bestcomm-ata-objs := ata.o bcom_ata_task.o
Sylvain Munautba11c792007-09-16 20:53:29 +10007bestcomm-fec-objs := fec.o bcom_fec_rx_task.o bcom_fec_tx_task.o
Sylvain Munaut7acb9392007-09-16 20:53:30 +10008bestcomm-gen-bd-objs := gen_bd.o bcom_gen_bd_rx_task.o bcom_gen_bd_tx_task.o
Sylvain Munaut2f9ea1b2007-09-16 20:53:27 +10009
10obj-$(CONFIG_PPC_BESTCOMM) += bestcomm-core.o
Sylvain Munaut9ea68df2007-09-16 20:53:28 +100011obj-$(CONFIG_PPC_BESTCOMM_ATA) += bestcomm-ata.o
Sylvain Munautba11c792007-09-16 20:53:29 +100012obj-$(CONFIG_PPC_BESTCOMM_FEC) += bestcomm-fec.o
Sylvain Munaut7acb9392007-09-16 20:53:30 +100013obj-$(CONFIG_PPC_BESTCOMM_GEN_BD) += bestcomm-gen-bd.o
Sylvain Munaut2f9ea1b2007-09-16 20:53:27 +100014