2007-09-16 14:53:27 +04:00
|
|
|
#
|
|
|
|
# Makefile for BestComm & co
|
|
|
|
#
|
|
|
|
|
|
|
|
bestcomm-core-objs := bestcomm.o sram.o
|
2007-09-16 14:53:28 +04:00
|
|
|
bestcomm-ata-objs := ata.o bcom_ata_task.o
|
2007-09-16 14:53:27 +04:00
|
|
|
|
|
|
|
obj-$(CONFIG_PPC_BESTCOMM) += bestcomm-core.o
|
2007-09-16 14:53:28 +04:00
|
|
|
obj-$(CONFIG_PPC_BESTCOMM_ATA) += bestcomm-ata.o
|
2007-09-16 14:53:27 +04:00
|
|
|
|