Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1446552 > unrolled thread
| Started by | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| First post | 2016-07-19 17:40 +0200 |
| Last post | 2016-07-19 20:20 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH 1/3] rtlwifi: don't add include path for rtl8188ee Arnd Bergmann <arnd@arndb.de> - 2016-07-19 17:40 +0200
Re: [1/3] rtlwifi: don't add include path for rtl8188ee Kalle Valo <kvalo@codeaurora.org> - 2016-07-19 20:20 +0200
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Date | 2016-07-19 17:40 +0200 |
| Subject | [PATCH 1/3] rtlwifi: don't add include path for rtl8188ee |
| Message-ID | <rWFhM-5LH-11@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] | [next] | [standalone]
| From | Kalle Valo <kvalo@codeaurora.org> |
|---|---|
| Date | 2016-07-19 20:20 +0200 |
| Subject | Re: [1/3] rtlwifi: don't add include path for rtl8188ee |
| Message-ID | <rWHMC-7oq-35@gated-at.bofh.it> |
| In reply to | #1446552 |
Arnd Bergmann <arnd@arndb.de> wrote: > 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> Thanks, 1 patch applied to wireless-drivers-next.git: 944c07a7aac9 rtlwifi: don't add include path for rtl8188ee -- Sent by pwcli https://patchwork.kernel.org/patch/9237723/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web