Skip to content

Commit

Permalink
rtlwifi: rtl8188ee: Fix linker warnings
Browse files Browse the repository at this point in the history
Building rtl8188ee yields warnings such as the following:

x86_64-linux-gcc: warning: drivers/net/wireless/rtlwifi: linker input file unused because linking not done

The only potential cause is an extraneous space in the make file.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Tested-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Larry Finger authored and John W. Linville committed Apr 8, 2013
1 parent 73e4937 commit 07b72bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/rtlwifi/rtl8188ee/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ rtl8188ee-objs := \

obj-$(CONFIG_RTL8188EE) += rtl8188ee.o

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

0 comments on commit 07b72bf

Please sign in to comment.