aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTracey Dent <tdent48227@gmail.com>2010-10-02 12:37:54 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-05 14:56:40 -0400
commit54e2c96ed5009a08e490a2a8b1ed2d322305a2da (patch)
tree33d77779a36bb0881cb138ef4386a8193ffdaee5
parent958f2f42e2328c5fda24e25c1d1cdbddaf438325 (diff)
Staging: dream: qdsp5: Makefile: cleaned up Makefile cflag lines
Changed to use the proper ccflags-y option Signed-off-by: Tracey Dent <tdent48227@gmail.com> Acked-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--drivers/staging/dream/qdsp5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/dream/qdsp5/Makefile b/drivers/staging/dream/qdsp5/Makefile
index beedaaff5cc5..44ae6b4b47ec 100644
--- a/drivers/staging/dream/qdsp5/Makefile
+++ b/drivers/staging/dream/qdsp5/Makefile
@@ -1,4 +1,4 @@
1EXTRA_CFLAGS=-Idrivers/staging/dream/include 1ccflags-y:=-Idrivers/staging/dream/include
2obj-y += adsp.o 2obj-y += adsp.o
3ifeq ($(CONFIG_MSM_AMSS_VERSION_6350),y) 3ifeq ($(CONFIG_MSM_AMSS_VERSION_6350),y)
4obj-y += adsp_info.o 4obj-y += adsp_info.o