[kexec-tools] [PATCH 1/2] Fix rebuilding the purgatory.c file.

Paul Wise pabs3 at bonedaddy.net
Wed Apr 23 21:04:31 PDT 2014


---
 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