summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/Makefile
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2015-12-10 17:43:53 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-02-07 19:00:46 -0800
commit6d7b2801446b5e6e52606eac715db9a337fb899e (patch)
treee12810f8d9d60b27a2d3a906efca18900e0b0c6e /drivers/staging/rtl8188eu/Makefile
parent5fa0e06d7ae2a0f62886bfe65273638951ee796a (diff)
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/Makefile')
-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