Re: [PATCH] x86/boot: Remove always empty $(USERINCLUDE)

From: Paul Bolle
Date: Thu Nov 03 2016 - 05:53:21 EST


Apparently Matt left Intel. Let's forward this to a recently used
address.

On Thu, 2016-11-03 at 10:47 +0100, Paul Bolle wrote:
> Commmit b6eea87fc685 ("x86, boot: Explicitly include autoconf.h for
> hostprogs") correctly noted
> ÂÂÂÂ[...] that because $(USERINCLUDE) isn't exported by
> ÂÂÂÂthe top-level Makefile it's actually empty in arch/x86/boot/Makefile.
>
> So let's do the sane thing and remove the reference to that make variable.
>
> Signed-off-by: Paul Bolle <pebolle@xxxxxxxxxx>
> ---
> Âarch/x86/boot/Makefile | 2 +-
> Â1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/x86/boot/Makefile b/arch/x86/boot/Makefile
> index 12ea8f8384f4..0d810fb15eac 100644
> --- a/arch/x86/boot/Makefile
> +++ b/arch/x86/boot/Makefile
> @@ -65,7 +65,7 @@ clean-files += cpustr.h
> Â
> Â# ---------------------------------------------------------------------------
> Â
> -KBUILD_CFLAGS := $(USERINCLUDE) $(REALMODE_CFLAGS) -D_SETUP
> +KBUILD_CFLAGS := $(REALMODE_CFLAGS) -D_SETUP
> ÂKBUILD_AFLAGS := $(KBUILD_CFLAGS) -D__ASSEMBLY__
> ÂGCOV_PROFILE := n
> ÂUBSAN_SANITIZE := n