[kexec-tools] [PATCH 1/2] Fix rebuilding the purgatory.c file.
Simon Horman
horms at verge.net.au
Wed Apr 23 21:29:42 PDT 2014
Thanks,
this looks good to me as does the follow up patch.
Could you flesh out the changelog and add
signed-off-by line to each patch?
On Thu, Apr 24, 2014 at 12:04:31PM +0800, Paul Wise wrote:
> ---
> kexec/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/kexec/Makefile b/kexec/Makefile
> index 7d3175b..62fecdb 100644
> --- a/kexec/Makefile
> +++ b/kexec/Makefile
> @@ -1,7 +1,7 @@
> #
> # kexec (linux booting linux)
> #
> -PURGATORY_HEX_C = kexec/purgatory.c
> +PURGATORY_HEX_C = purgatory/purgatory.c
>
> $(PURGATORY_HEX_C): $(PURGATORY) $(BIN_TO_HEX)
> $(MKDIR) -p $(@D)
> --
> 1.9.2
>
More information about the kexec
mailing list