Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 944c07a7 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Kalle Valo
Browse files

rtlwifi: don't add include path for rtl8188ee



For rtl8188ee, we pass -Idrivers/net/wireless/rtlwifi/ to gcc,
however that directy no longer exists, so evidently this option
is no longer required here and can be removed to avoid a warning
when building with 'make W=1' or 'gcc -Wmissing-include-dirs'

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent efacc699
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -12,4 +12,4 @@ rtl8188ee-objs := \


obj-$(CONFIG_RTL8188EE) += rtl8188ee.o
obj-$(CONFIG_RTL8188EE) += rtl8188ee.o


ccflags-y += -Idrivers/net/wireless/rtlwifi -D__CHECK_ENDIAN__
ccflags-y += -D__CHECK_ENDIAN__