Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1423159 > unrolled thread

[PATCH v2 10/11] rtlwifi: don't add include path for rtl8188ee

Started byArnd Bergmann <arnd@arndb.de>
First post2016-06-15 17:50 +0200
Last post2016-06-15 17:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v2 10/11] rtlwifi: don't add include path for rtl8188ee Arnd Bergmann <arnd@arndb.de> - 2016-06-15 17:50 +0200

#1423159 — [PATCH v2 10/11] rtlwifi: don't add include path for rtl8188ee

FromArnd Bergmann <arnd@arndb.de>
Date2016-06-15 17:50 +0200
Subject[PATCH v2 10/11] rtlwifi: don't add include path for rtl8188ee
Message-ID<rKleO-4pE-21@gated-at.bofh.it>
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: Arnd Bergmann <arnd@arndb.de>
---
 drivers/net/wireless/realtek/rtlwifi/rtl8188ee/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/Makefile b/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/Makefile
index a85419a37651..676e7de27f27 100644
--- a/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/Makefile
+++ b/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/Makefile
@@ -12,4 +12,4 @@ rtl8188ee-objs :=		\
 
 obj-$(CONFIG_RTL8188EE) += rtl8188ee.o
 
-ccflags-y += -Idrivers/net/wireless/rtlwifi -D__CHECK_ENDIAN__
+ccflags-y += -D__CHECK_ENDIAN__
-- 
2.9.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web