Remove references to dead make variable LINUX_INCLUDE
authorPaul Bolle <pebolle@tiscali.nl>
Thu, 3 Nov 2016 08:53:50 +0000 (09:53 +0100)
committerJiri Kosina <jkosina@suse.cz>
Wed, 14 Dec 2016 09:54:28 +0000 (10:54 +0100)
commit846221cfb8f64c613b7635c94e0c02549a666c14
treeca22dfd6f341c5b3de6e96d84b75bbe478dd344b
parentd06505b2a95efba25dc635b64a481e3197e9369a
Remove references to dead make variable LINUX_INCLUDE

Commit 4fd06960f120 ("Use the new x86 setup code for i386") introduced a
reference to the make variable LINUX_INCLUDE. That reference got moved
around a bit and copied twice and now there are three references to it.

There has never been a definition of that variable. (Presumably that is
because it started out as a mistyped reference to LINUXINCLUDE.) So this
reference has always been an empty string. Let's remove it before it
spreads any further.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/s390/boot/compressed/Makefile
arch/x86/boot/compressed/Makefile
drivers/firmware/efi/libstub/Makefile