Makefile 332 B

123456789101112
  1. #
  2. # Makefile for BestComm & co
  3. #
  4. bestcomm-core-objs := bestcomm.o sram.o
  5. bestcomm-ata-objs := ata.o bcom_ata_task.o
  6. bestcomm-fec-objs := fec.o bcom_fec_rx_task.o bcom_fec_tx_task.o
  7. obj-$(CONFIG_PPC_BESTCOMM) += bestcomm-core.o
  8. obj-$(CONFIG_PPC_BESTCOMM_ATA) += bestcomm-ata.o
  9. obj-$(CONFIG_PPC_BESTCOMM_FEC) += bestcomm-fec.o