aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/bestcomm/Makefile
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2007-09-16 06:53:28 -0400
committerGrant Likely <grant.likely@secretlab.ca>2007-10-16 19:09:42 -0400
commit9ea68df515392a556388f12c876ca74654e37483 (patch)
tree490e123d966d77cbfe02619046875656f0979a6f /arch/powerpc/sysdev/bestcomm/Makefile
parent2f9ea1bde0d12d8fb5a7bdc7ab6834275d456262 (diff)
[POWERPC] bestcomm: ATA task support
This is the microcode for the ATA task and the associated support code. The microcode itself comes directly from the offical API (v2.2) Signed-off-by: Sylvain Munaut <tnt@246tNt.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/powerpc/sysdev/bestcomm/Makefile')
-rw-r--r--arch/powerpc/sysdev/bestcomm/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/bestcomm/Makefile b/arch/powerpc/sysdev/bestcomm/Makefile
index a24aa06faaf5..b7a6a40c7d23 100644
--- a/arch/powerpc/sysdev/bestcomm/Makefile
+++ b/arch/powerpc/sysdev/bestcomm/Makefile
@@ -3,6 +3,8 @@
3# 3#
4 4
5bestcomm-core-objs := bestcomm.o sram.o 5bestcomm-core-objs := bestcomm.o sram.o
6bestcomm-ata-objs := ata.o bcom_ata_task.o
6 7
7obj-$(CONFIG_PPC_BESTCOMM) += bestcomm-core.o 8obj-$(CONFIG_PPC_BESTCOMM) += bestcomm-core.o
9obj-$(CONFIG_PPC_BESTCOMM_ATA) += bestcomm-ata.o
8 10