]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
staging: rtl8192u: do not use undefined $(TOPDIR) in Makefile
authorNicolas Iooss <nicolas.iooss_linux@m4x.org>
Sat, 3 Sep 2016 13:55:23 +0000 (15:55 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Sep 2016 10:29:27 +0000 (12:29 +0200)
commit5cb6b910680c7002a2ce587c006d7390fd98c32c
tree6f5c9551682cde08357767c8e06547f9c3d88e7e
parentac4455e09b21572fd0c63d54ef76328f36d39cec
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>
drivers/staging/rtl8192u/ieee80211/Makefile