Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- patches/35-fix-makefile-includes.patch | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/patches/35-fix-makefile-includes.patch b/patches/35-fix-makefile-includes.patch index 17994b7..c9f8eb1 100644 --- a/patches/35-fix-makefile-includes.patch +++ b/patches/35-fix-makefile-includes.patch @@ -20,8 +20,8 @@ path the make process will search in the kernel tree for the headers. +ccflags-y += -I$(obj)/.. --- a/drivers/staging/brcm80211/brcmfmac/Makefile +++ b/drivers/staging/brcm80211/brcmfmac/Makefile -@@ -18,8 +18,8 @@ - ccflags-$(CONFIG_BRCMDBG) += -DSHOW_EVENTS +@@ -16,8 +16,8 @@ + # CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ccflags-y += \ - -Idrivers/staging/brcm80211/brcmfmac \ @@ -33,10 +33,10 @@ path the make process will search in the kernel tree for the headers. wl_cfg80211.o \ --- a/drivers/staging/brcm80211/brcmsmac/Makefile +++ b/drivers/staging/brcm80211/brcmsmac/Makefile -@@ -16,9 +16,9 @@ - # CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +@@ -17,9 +17,9 @@ - ccflags-y := \ + ccflags-y := \ + -D__CHECK_ENDIAN__ \ - -Idrivers/staging/brcm80211/brcmsmac \ - -Idrivers/staging/brcm80211/brcmsmac/phy \ - -Idrivers/staging/brcm80211/include -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html