summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
diff options
context:
space:
mode:
authorAndy Shevchenko2015-12-10 16:43:53 +0100
committerGreg Kroah-Hartman2016-02-08 04:00:46 +0100
commit6d7b2801446b5e6e52606eac715db9a337fb899e (patch)
treee12810f8d9d60b27a2d3a906efca18900e0b0c6e /drivers/staging/rtl8188eu
parentStaging: rtl8188eu: core: rtw_debug: fixed a parentheses coding style issue (diff)
downloadkernel-qcow2-linux-6d7b2801446b5e6e52606eac715db9a337fb899e.tar.gz
kernel-qcow2-linux-6d7b2801446b5e6e52606eac715db9a337fb899e.tar.xz
kernel-qcow2-linux-6d7b2801446b5e6e52606eac715db9a337fb899e.zip
staging: rtl8188eu: provide an absolute path to include folder
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 <andriy.shevchenko@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu')
-rw-r--r--drivers/staging/rtl8188eu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/Makefile b/drivers/staging/rtl8188eu/Makefile
index ed723585b502..29b9834870fd 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