mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-09 23:39:18 +00:00
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>
This commit is contained in:
parent
5fa0e06d7a
commit
6d7b280144
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user