|
@@ -6,7 +6,7 @@ purgatory-y := purgatory.o stack.o setup-x86_$(BITS).o sha256.o entry64.o string
|
|
|
targets += $(purgatory-y)
|
|
targets += $(purgatory-y)
|
|
|
PURGATORY_OBJS = $(addprefix $(obj)/,$(purgatory-y))
|
|
PURGATORY_OBJS = $(addprefix $(obj)/,$(purgatory-y))
|
|
|
|
|
|
|
|
-$(obj)/sha256.o: $(srctree)/lib/sha256.c
|
|
|
|
|
|
|
+$(obj)/sha256.o: $(srctree)/lib/sha256.c FORCE
|
|
|
$(call if_changed_rule,cc_o_c)
|
|
$(call if_changed_rule,cc_o_c)
|
|
|
|
|
|
|
|
LDFLAGS_purgatory.ro := -e purgatory_start -r --no-undefined -nostdlib -z nodefaultlib
|
|
LDFLAGS_purgatory.ro := -e purgatory_start -r --no-undefined -nostdlib -z nodefaultlib
|