[PATCH] x86, boot: Explicitly include autoconf.h for hostprogs

2012-10-12 Thread Matt Fleming
From: Matt Fleming The hostprogs need access to the CONFIG_* symbols found in include/generated/autoconf.h. commit abbf1590 ("UAPI: Partition the header include path sets and add uapi/ header directories") replaced $(LINUXINCLUDE) with $(USERINCLUDE) which doesn't contain the necessary include

[PATCH] x86, boot: Explicitly include autoconf.h for hostprogs

2012-10-12 Thread Matt Fleming
From: Matt Fleming matt.flem...@intel.com The hostprogs need access to the CONFIG_* symbols found in include/generated/autoconf.h. commit abbf1590 (UAPI: Partition the header include path sets and add uapi/ header directories) replaced $(LINUXINCLUDE) with $(USERINCLUDE) which doesn't contain the

Re: [PATCH] x86, boot: Explicitly include autoconf.h for hostprogs

2012-10-10 Thread Matt Fleming
-- >From 0fe8a9317d99ad8dd39807c0ad93d65e34aadfe9 Mon Sep 17 00:00:00 2001 From: Matt Fleming Date: Wed, 10 Oct 2012 16:36:45 +0100 Subject: [PATCH] x86, boot: Explicitly include autoconf.h for hostprogs The hostprogs need access to the CONFIG_* symbols found in include/generated/autoconf.h.

[PATCH] x86, boot: Explicitly include autoconf.h for hostprogs

2012-10-10 Thread Matt Fleming
From: Matt Fleming The hostprogs need access to the CONFIG_* symbols found in include/generated/autoconf.h. commit abbf1590 ("UAPI: Partition the header include path sets and add uapi/ header directories") replaced $(LINUXINCLUDE) with $(USERINCLUDE) which doesn't contain the necessary include

[PATCH] x86, boot: Explicitly include autoconf.h for hostprogs

2012-10-10 Thread Matt Fleming
From: Matt Fleming matt.flem...@intel.com The hostprogs need access to the CONFIG_* symbols found in include/generated/autoconf.h. commit abbf1590 (UAPI: Partition the header include path sets and add uapi/ header directories) replaced $(LINUXINCLUDE) with $(USERINCLUDE) which doesn't contain the

Re: [PATCH] x86, boot: Explicitly include autoconf.h for hostprogs

2012-10-10 Thread Matt Fleming
the typos! --- From 0fe8a9317d99ad8dd39807c0ad93d65e34aadfe9 Mon Sep 17 00:00:00 2001 From: Matt Fleming matt.flem...@intel.com Date: Wed, 10 Oct 2012 16:36:45 +0100 Subject: [PATCH] x86, boot: Explicitly include autoconf.h for hostprogs The hostprogs need access to the CONFIG_* symbols found in include