All pastes #979503 Raw Edit

Stuff

public text v1 · immutable
#979503 ·published 2008-04-10 12:27 UTC
rendered paste body
---
 src/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- cx3110x-1.1.orig/src/Makefile
+++ cx3110x-1.1/src/Makefile
@@ -6,11 +6,11 @@ PWD := $(shell pwd)

 modules_install:
        $(MAKE) -C $(KERNEL_SRC_DIR) SUBDIRS=$(PWD) $@

 modules:
-       $(MAKE) -C $(KERNEL_SRC_DIR) SUBDIRS=$(PWD) $@
+       $(MAKE) -C $(KERNEL_SRC_DIR) SUBDIRS=$(PWD) CC='$(CC)' LD=$(LD) $@
        $(STRIP) -g *.ko

 clean:
        rm -Rf *.o *.ko *~ core* .dep* .*.d .*.cmd *.mod.c *.a *.s .*.flags .tmp_* *.symvers