public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 8/11] Compiling dsp-common if DSP is enabled.
@ 2007-05-29  6:22 Syed Mohammed, Khasim
  2007-05-29 16:55 ` Tony Lindgren
  0 siblings, 1 reply; 4+ messages in thread
From: Syed Mohammed, Khasim @ 2007-05-29  6:22 UTC (permalink / raw)
  To: Linux OMAP


Compile dsp_common only if DSP is enabled.

Signed-off-by: Syed Mohammed Khasim  <x0khasim@ti.com>

Files Changed:
 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

=======================================================================
diff -purN linux-omap/arch/arm/plat-omap/dsp/Makefile val_3430_GIT/arch/arm/plat-omap/dsp/Makefile
--- linux-omap/arch/arm/plat-omap/dsp/Makefile	2006-11-20 21:54:05.000000000 -0600
+++ val_3430_GIT/arch/arm/plat-omap/dsp/Makefile	2007-05-28 13:30:09.000000000 -0500
@@ -4,7 +4,7 @@
 
 # The target object and module list name.
 
-obj-y := dsp_common.o
+obj-$(CONFIG_OMAP_DSP) := dsp_common.o
 
 obj-$(CONFIG_OMAP_DSP) += dsp.o
 

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

end of thread, other threads:[~2007-05-29 17:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-29  6:22 [PATCH 8/11] Compiling dsp-common if DSP is enabled Syed Mohammed, Khasim
2007-05-29 16:55 ` Tony Lindgren
2007-05-29 17:02   ` Woodruff, Richard
2007-05-29 17:08     ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox