Add hmp-usb-dvb-t2-c driver.
[vuplus_openvuplus_3.0] / meta-bsp / recipes-driver / hmp / hmp-usb-dvb-t2-c-v03arm / fix-strip.patch
1 changeset:   15145:72aa2db63b3d
2 tag:         tip
3 user:        Andreas Oberritter <obi@linuxtv.org>
4 date:        Tue Oct 12 10:03:53 2010 +0000
5 summary:     make_makefile.pl: use $(CROSS_COMPILE)strip
6
7 diff --git a/v4l/scripts/make_makefile.pl b/v4l/scripts/make_makefile.pl
8 --- a/v4l/scripts/make_makefile.pl
9 +++ b/v4l/scripts/make_makefile.pl
10 @@ -223,7 +223,7 @@
11         print OUT "echo -n \"\$\$i \"; ";
12         print OUT "install -m 644 -c \$\$i \$(DESTDIR)\$(KDIR26)/$dir; fi; done; ";
13         print OUT "if [  \$\$n -ne 0 ]; then echo; ";
14 -       print OUT "strip --strip-debug \$(DESTDIR)\$(KDIR26)/$dir/*.ko; ";
15 +       print OUT "\$(CROSS_COMPILE)strip --strip-debug \$(DESTDIR)\$(KDIR26)/$dir/*.ko; ";
16         print OUT "fi;\n\n";
17  }
18  print OUT "\t@echo\n";
19