* [PATCH] Drivers: dca: Makefile: Cleaned up Makefile
@ 2010-11-06 19:01 Tracey Dent
0 siblings, 0 replies; only message in thread
From: Tracey Dent @ 2010-11-06 19:01 UTC (permalink / raw)
To: linux-kernel; +Cc: akpm, Tracey Dent
Changed Makefile to use <modules>-y instead of <modules>-objs.
Signed-off-by: Tracey Dent <tdent48227@gmail.com>
---
drivers/dca/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/dca/Makefile b/drivers/dca/Makefile
index b2db56b..862b5c2 100644
--- a/drivers/dca/Makefile
+++ b/drivers/dca/Makefile
@@ -1,2 +1,2 @@
obj-$(CONFIG_DCA) += dca.o
-dca-objs := dca-core.o dca-sysfs.o
+dca-y := dca-core.o dca-sysfs.o
--
1.7.3.1.104.gc752e
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-11-06 19:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-06 19:01 [PATCH] Drivers: dca: Makefile: Cleaned up Makefile Tracey Dent
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®