projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fa0e06
)
staging: rtl8188eu: provide an absolute path to include folder
author
Andy Shevchenko
<
[email protected]
>
Thu, 10 Dec 2015 15:43:53 +0000
(17:43 +0200)
committer
Greg Kroah-Hartman
<
[email protected]
>
Mon, 8 Feb 2016 03:00:46 +0000
(19:00 -0800)
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 <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/rtl8188eu/Makefile
patch
|
blob
|
history
diff --git
a/drivers/staging/rtl8188eu/Makefile
b/drivers/staging/rtl8188eu/Makefile
index ed723585b50288934d8791f3e347829f5aae3013..29b9834870fda9962523c07f813db0b992d1a3e4 100644
(file)
--- 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$(src
tree)/$(src
)/include