Lines Matching defs:purgatory
4 purgatory-y := purgatory.o stack.o setup-x86_$(BITS).o sha256.o entry64.o string.o
6 targets += $(purgatory-y)
7 PURGATORY_OBJS = $(addprefix $(obj)/,$(purgatory-y))
26 # When linking purgatory.ro with -r unresolved symbols are not checked,
27 # also link a purgatory.chk binary without -r to check for unresolved symbols.
31 targets += purgatory.ro purgatory.chk
42 # make up the standalone purgatory.ro
50 # in turn leaves some undefined symbols like __fentry__ in purgatory and not
83 $(obj)/purgatory.ro: $(PURGATORY_OBJS) FORCE
86 $(obj)/purgatory.chk: $(obj)/purgatory.ro FORCE
89 $(obj)/kexec-purgatory.o: $(obj)/purgatory.ro $(obj)/purgatory.chk
91 obj-y += kexec-purgatory.o