mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-31 22:15:38 +00:00
staging: rtl8192u: do not use undefined $(TOPDIR) in Makefile
drivers/staging/rtl8192u/ieee80211/Makefile uses $(TOPDIR) to configure an include directory, without defining this variable first. The path which is configured is therefore "/drivers/net/wireless", which does not seem to be the intended path. Remove the offending line. Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ac4455e09b
commit
5cb6b91068
@ -1,7 +1,6 @@
|
||||
NIC_SELECT = RTL8192U
|
||||
|
||||
ccflags-y := -I$(TOPDIR)/drivers/net/wireless
|
||||
ccflags-y += -O2
|
||||
ccflags-y := -O2
|
||||
ccflags-y += -DJACKSON_NEW_8187 -DJACKSON_NEW_RX
|
||||
|
||||
ieee80211-rsl-objs := ieee80211_rx.o \
|
||||
|
Loading…
Reference in New Issue
Block a user