purgatory-y:= purgatory.o stack.o setup-x86_$(BITS).o sha256.o entry64.o string.otargets+=$(purgatory-y)PURGATORY_OBJS=$(addprefix$(obj)/,$(purgatory-y))LDFLAGS_purgatory.ro:=-e purgatory_start -r--no-undefined-nostdlib-z nodefaultlibtargets+= purgatory.ro# Default KBUILD_CFLAGS can have -pg option set when FTRACE is enabled. That# in turn leaves some undefined symbols like __fentry__ in purgatory and not# sure how to relocate those. Like kexec-tools, use custom flags.KBUILD_CFLAGS:=-fno-strict-aliasing-Wall-Wstrict-prototypes-fno-zero-initialized-in-bss-fno-builtin-ffreestanding-c-MD-Os-mcmodel=large