aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gspcav1/gspcav1/Makefile-fix-cc-quoting.diff
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gspcav1/gspcav1/Makefile-fix-cc-quoting.diff')
-rw-r--r--recipes/gspcav1/gspcav1/Makefile-fix-cc-quoting.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/gspcav1/gspcav1/Makefile-fix-cc-quoting.diff b/recipes/gspcav1/gspcav1/Makefile-fix-cc-quoting.diff
new file mode 100644
index 0000000000..6f04069e0f
--- /dev/null
+++ b/recipes/gspcav1/gspcav1/Makefile-fix-cc-quoting.diff
@@ -0,0 +1,11 @@
+--- /tmp/Makefile 2008-11-20 10:11:25.000000000 +0100
++++ gspcav1-20071224/Makefile 2008-11-20 10:11:45.000000000 +0100
+@@ -41,7 +41,7 @@
+ MODULE_INSTALLDIR2 = /lib/modules/$(KERNEL_VERSION)/kernel/drivers/media/video/
+
+ default:
+- $(MAKE) -C $(KERNELDIR) SUBDIRS=$(PWD) CC=$(CC) modules
++ $(MAKE) -C $(KERNELDIR) SUBDIRS=$(PWD) CC="$(CC)" modules
+
+ install:
+ mkdir -p $(MODULE_INSTALLDIR)