]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/linux-3.2.27-rpi_fix_dwc_common_build.patch
Merge branch 'ppp-update' into beyond-next
[people/teissler/ipfire-2.x.git] / src / patches / linux-3.2.27-rpi_fix_dwc_common_build.patch
1 diff -Naur linux-3.2.27.org/drivers/usb/host/dwc_common_port/Makefile linux-3.2.27/drivers/usb/host/dwc_common_port/Makefile
2 --- linux-3.2.27.org/drivers/usb/host/dwc_common_port/Makefile 2012-08-21 05:05:46.000000000 -0400
3 +++ linux-3.2.27/drivers/usb/host/dwc_common_port/Makefile 2012-08-21 06:32:23.501695852 -0400
4 @@ -30,15 +30,6 @@
5
6 else
7
8 -ifeq ($(KDIR),)
9 -$(error Must give "KDIR=/path/to/kernel/source" on command line or in environment)
10 -endif
11 -
12 -ifeq ($(ARCH),)
13 -$(error Must give "ARCH=<arch>" on command line or in environment. Also, if \
14 - cross-compiling, must give "CROSS_COMPILE=/path/to/compiler/plus/tool-prefix-")
15 -endif
16 -
17 ifeq ($(DOXYGEN),)
18 DOXYGEN := doxygen
19 endif
20 diff -Naur linux-3.2.27.org/drivers/usb/host/dwc_common_port/Makefile.linux linux-3.2.27/drivers/usb/host/dwc_common_port/Makefile.linux
21 --- linux-3.2.27.org/drivers/usb/host/dwc_common_port/Makefile.linux 2012-08-21 05:05:46.000000000 -0400
22 +++ linux-3.2.27/drivers/usb/host/dwc_common_port/Makefile.linux 2012-08-21 05:22:35.964969680 -0400
23 @@ -21,15 +21,6 @@
24
25 else
26
27 -ifeq ($(KDIR),)
28 -$(error Must give "KDIR=/path/to/kernel/source" on command line or in environment)
29 -endif
30 -
31 -ifeq ($(ARCH),)
32 -$(error Must give "ARCH=<arch>" on command line or in environment. Also, if \
33 - cross-compiling, must give "CROSS_COMPILE=/path/to/compiler/plus/tool-prefix-")
34 -endif
35 -
36 ifeq ($(DOXYGEN),)
37 DOXYGEN := doxygen
38 endif