Re: [XEN PATCH 2/2] xen/build: use the correct kconfig makefile

2020-05-15 Thread Anthony PERARD
On Tue, May 12, 2020 at 01:52:06PM -0400, Stewart Hildebrand wrote: > This resolves the following observed error: > > # > # merged configuration written to .config (needs make) > # > make -f /path/to/xen/xen/../xen/Makefile olddefconfig > make[2]: Entering directory '/path/to/xen/xen' > make[2]: *

[XEN PATCH 2/2] xen/build: use the correct kconfig makefile

2020-05-12 Thread Stewart Hildebrand
This resolves the following observed error: # # merged configuration written to .config (needs make) # make -f /path/to/xen/xen/../xen/Makefile olddefconfig make[2]: Entering directory '/path/to/xen/xen' make[2]: *** No rule to make target 'olddefconfig'. Stop. make[2]: Leaving directory '/path/t