>>> On 06.10.15 at 00:03, <car...@cardoe.com> wrote:
> Wire in the Kconfig build and makefile rules to be able to generate
> valid configuration files to be used by the build process.
> 
> Signed-off-by: Doug Goldstein <car...@cardoe.com>
> ---
>  .gitignore                    |  8 ++++++++
>  xen/Kconfig                   | 26 ++++++++++++++++++++++++++
>  xen/Makefile                  | 14 ++++++++++++++
>  xen/Makefile.linux            | 21 ++++++++++-----------

Bad name again for Xen. There are more such things (like
KERNELVERSION) below.

> --- /dev/null
> +++ b/xen/arch/arm/Kconfig
> @@ -0,0 +1,27 @@
> +# Select 32 or 64 bit
> +config 64BIT

Things like this should be generic options, not an arch-specific ones.

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to