mirror of
https://github.com/torvalds/linux.git
synced 2024-12-14 07:02:23 +00:00
9ea68df515
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>
11 lines
217 B
Makefile
11 lines
217 B
Makefile
#
|
|
# Makefile for BestComm & co
|
|
#
|
|
|
|
bestcomm-core-objs := bestcomm.o sram.o
|
|
bestcomm-ata-objs := ata.o bcom_ata_task.o
|
|
|
|
obj-$(CONFIG_PPC_BESTCOMM) += bestcomm-core.o
|
|
obj-$(CONFIG_PPC_BESTCOMM_ATA) += bestcomm-ata.o
|
|
|