All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers: staging: dream: fix smd in makefile
@ 2010-05-06 23:48 Daniel Walker
  2010-05-06 23:54 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Walker @ 2010-05-06 23:48 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-arm-msm, Daniel Walker, Greg KH, Pavel Machek

Not sure about this one.. Cause if you apply this then some SMD files
don't compile anymore. There's some missing config options related to
AMSS.

NOT-Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
CC: Greg KH <greg@kroah.com>
Cc: Pavel Machek <pavel@ucw.cz>
---
 drivers/staging/dream/Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/dream/Makefile b/drivers/staging/dream/Makefile
index 43d1eec..414a967 100644
--- a/drivers/staging/dream/Makefile
+++ b/drivers/staging/dream/Makefile
@@ -1,5 +1,6 @@
 EXTRA_CFLAGS=-Idrivers/staging/dream/include
-obj-$(CONFIG_MSM_ADSP)		+= qdsp5/ smd/
+obj-$(CONFIG_MSM_SMD)		+= smd/
+obj-$(CONFIG_MSM_ADSP)		+= qdsp5/
 obj-$(CONFIG_MSM_CAMERA)	+= camera/
 obj-$(CONFIG_INPUT_GPIO)	+= gpio_axis.o gpio_event.o gpio_input.o gpio_matrix.o gpio_output.o
 
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-05-07 17:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-06 23:48 [PATCH] drivers: staging: dream: fix smd in makefile Daniel Walker
2010-05-06 23:54 ` Greg KH
2010-05-07  0:00   ` Daniel Walker
2010-05-07 16:56     ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.