Re: [PATCH v1 1/3] staging: rtl8188eu: provide an absolute path to include folder

2016-01-19 Thread Greg Kroah-Hartman
On Tue, Jan 19, 2016 at 01:50:35PM +0200, Andy Shevchenko wrote:
> On Thu, 2015-12-10 at 17:43 +0200, Andy Shevchenko wrote:
> > Otherwise compiler will complain as follows
> > 
> >   CC [M]  drivers/staging/rtl8188eu/core/rtw_ap.o
> > cc1: warning: drivers/staging/rtl8188eu/include: No such file or
> > directory [-Wmissing-include-dirs]
> 
> Any comments on the series?

It's in my queue, please wait for after 4.5-rc1 is out.

thanks,

greg k-h
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


Re: [PATCH v1 1/3] staging: rtl8188eu: provide an absolute path to include folder

2016-01-19 Thread Andy Shevchenko
On Thu, 2015-12-10 at 17:43 +0200, Andy Shevchenko wrote:
> Otherwise compiler will complain as follows
> 
>   CC [M]  drivers/staging/rtl8188eu/core/rtw_ap.o
> cc1: warning: drivers/staging/rtl8188eu/include: No such file or
> directory [-Wmissing-include-dirs]

Any comments on the series?

> 
> Signed-off-by: Andy Shevchenko 
> ---
>  drivers/staging/rtl8188eu/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/rtl8188eu/Makefile
> b/drivers/staging/rtl8188eu/Makefile
> index ed72358..29b9834 100644
> --- a/drivers/staging/rtl8188eu/Makefile
> +++ b/drivers/staging/rtl8188eu/Makefile
> @@ -53,4 +53,4 @@ r8188eu-y :=\
>  
>  obj-$(CONFIG_R8188EU):= r8188eu.o
>  
> -ccflags-y += -D__CHECK_ENDIAN__ -I$(src)/include
> +ccflags-y += -D__CHECK_ENDIAN__ -I$(srctree)/$(src)/include

-- 
Andy Shevchenko 
Intel Finland Oy

___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[PATCH v1 1/3] staging: rtl8188eu: provide an absolute path to include folder

2015-12-10 Thread Andy Shevchenko
Otherwise compiler will complain as follows

  CC [M]  drivers/staging/rtl8188eu/core/rtw_ap.o
cc1: warning: drivers/staging/rtl8188eu/include: No such file or directory 
[-Wmissing-include-dirs]

Signed-off-by: Andy Shevchenko 
---
 drivers/staging/rtl8188eu/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8188eu/Makefile 
b/drivers/staging/rtl8188eu/Makefile
index ed72358..29b9834 100644
--- a/drivers/staging/rtl8188eu/Makefile
+++ b/drivers/staging/rtl8188eu/Makefile
@@ -53,4 +53,4 @@ r8188eu-y :=  \
 
 obj-$(CONFIG_R8188EU)  := r8188eu.o
 
-ccflags-y += -D__CHECK_ENDIAN__ -I$(src)/include
+ccflags-y += -D__CHECK_ENDIAN__ -I$(srctree)/$(src)/include
-- 
2.6.2

___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel