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 o

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? > > S

[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 inse