diff options
author | Sylvain Munaut <tnt@246tNt.com> | 2007-09-16 06:53:28 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2007-10-16 19:09:42 -0400 |
commit | 9ea68df515392a556388f12c876ca74654e37483 (patch) | |
tree | 490e123d966d77cbfe02619046875656f0979a6f /arch/powerpc/sysdev/bestcomm/Makefile | |
parent | 2f9ea1bde0d12d8fb5a7bdc7ab6834275d456262 (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/Makefile | 2 |
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 | ||
5 | bestcomm-core-objs := bestcomm.o sram.o | 5 | bestcomm-core-objs := bestcomm.o sram.o |
6 | bestcomm-ata-objs := ata.o bcom_ata_task.o | ||
6 | 7 | ||
7 | obj-$(CONFIG_PPC_BESTCOMM) += bestcomm-core.o | 8 | obj-$(CONFIG_PPC_BESTCOMM) += bestcomm-core.o |
9 | obj-$(CONFIG_PPC_BESTCOMM_ATA) += bestcomm-ata.o | ||
8 | 10 | ||