projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ad6019
)
Drivers: ata: Makefile: replace the use of <module>-objs with <module>-y
author
Tracey Dent
<
[email protected]
>
Sat, 16 Oct 2010 03:41:33 +0000
(23:41 -0400)
committer
Jeff Garzik
<
[email protected]
>
Fri, 22 Oct 2010 01:17:32 +0000
(21:17 -0400)
Changed <module>-objs to <module>-y in Makefile.
Signed-off-by: Tracey Dent <
[email protected]
>
Signed-off-by: Jeff Garzik <
[email protected]
>
drivers/ata/Makefile
patch
|
blob
|
history
diff --git
a/drivers/ata/Makefile
b/drivers/ata/Makefile
index ccd461bb5ee4ac714473ca0e293939b2ce5df435..c501af5b12b959209bde413d9b8bbe35f7be5068 100644
(file)
--- a/
drivers/ata/Makefile
+++ b/
drivers/ata/Makefile
@@
-99,7
+99,7
@@
obj-$(CONFIG_ATA_GENERIC) += ata_generic.o
# Should be last libata driver
obj-$(CONFIG_PATA_LEGACY) += pata_legacy.o
-libata-
objs
:= libata-core.o libata-scsi.o libata-eh.o libata-transport.o
+libata-
y
:= libata-core.o libata-scsi.o libata-eh.o libata-transport.o
libata-$(CONFIG_ATA_SFF) += libata-sff.o
libata-$(CONFIG_SATA_PMP) += libata-pmp.o
libata-$(CONFIG_ATA_ACPI) += libata-acpi.o