>>> On 09.12.15 at 21:53, wrote:
> On 12/9/15 2:34 PM, Doug Goldstein wrote:
>> So you would like me to add code into xen/Makefile to detect if someone
>> ran "make kexec=X" or added "kexec=X" into top level .config and give
>> them a meaningful error message to tell them to use "make config" inst
>>> On 09.12.15 at 21:34, wrote:
> On 12/9/15 2:40 AM, Jan Beulich wrote:
> On 08.12.15 at 20:53, wrote:
>>> On 11/30/15 8:45 AM, Jan Beulich wrote:
>>> On 24.11.15 at 18:51, wrote:
> @@ -227,9 +230,14 @@ kconfig := silentoldconfig oldconfig config
> menuconfig defconfig \
>
On 12/9/15 2:34 PM, Doug Goldstein wrote:
> On 12/9/15 2:40 AM, Jan Beulich wrote:
> On 08.12.15 at 20:53, wrote:
>>> On 11/30/15 8:45 AM, Jan Beulich wrote:
>>> On 24.11.15 at 18:51, wrote:
> @@ -227,9 +230,14 @@ kconfig := silentoldconfig oldconfig config
> menuconfig defconfig
On 12/9/15 2:40 AM, Jan Beulich wrote:
On 08.12.15 at 20:53, wrote:
>> On 11/30/15 8:45 AM, Jan Beulich wrote:
>> On 24.11.15 at 18:51, wrote:
@@ -227,9 +230,14 @@ kconfig := silentoldconfig oldconfig config
menuconfig defconfig \
$(kconfig):
$(MAKE) -f $(BASEDIR
>>> On 08.12.15 at 20:53, wrote:
> On 11/30/15 8:45 AM, Jan Beulich wrote:
> On 24.11.15 at 18:51, wrote:
>>> @@ -227,9 +230,14 @@ kconfig := silentoldconfig oldconfig config menuconfig
>>> defconfig \
>>> $(kconfig):
>>> $(MAKE) -f $(BASEDIR)/scripts/kconfig/Makefile ARCH=$(XEN_TARGET_
On 11/30/15 8:45 AM, Jan Beulich wrote:
On 24.11.15 at 18:51, wrote:
>> --- a/xen/Makefile
>> +++ b/xen/Makefile
>> @@ -26,6 +26,9 @@ default: build
>> .PHONY: dist
>> dist: install
>>
>> +.PHONY: build
>> +build:: $(BASEDIR)/include/config/auto.conf
>> +
>> .PHONY: build install uninsta
>>> On 24.11.15 at 18:51, wrote:
> --- a/xen/Makefile
> +++ b/xen/Makefile
> @@ -26,6 +26,9 @@ default: build
> .PHONY: dist
> dist: install
>
> +.PHONY: build
> +build:: $(BASEDIR)/include/config/auto.conf
> +
> .PHONY: build install uninstall clean distclean cscope TAGS tags MAP gtags
I do
Switches the build system to rely on the options and flags generated by
Kconfig to control what gets built and how. Follow on patches will
convert items to be prefixed with CONFIG_. Additionally remove a #define
that resulted in a redefined variable when building for arm.
CC: Ian Campbell
CC: Ste