From: Marc Hartmayer <mhartmay@xxxxxxxxxxxxx> This makes sure that the file is removed in case of `make clean` as the top Makefile cleans all objects defined in 'cflagsobjs'. AFAICT, the computed sh256sum values of the generated .elf and .bin files did not change. Signed-off-by: Marc Hartmayer <mhartmay@xxxxxxxxxxxxx> Reviewed-by: Nico Boehr <nrb@xxxxxxxxxxxxx> Link: https://lore.kernel.org/r/20250128100639.41779-3-mhartmay@xxxxxxxxxxxxx [ nrb: remove "Note" in commit msg since it looked like a tag ] Signed-off-by: Nico Boehr <nrb@xxxxxxxxxxxxx> --- s390x/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/s390x/Makefile b/s390x/Makefile index eb3d5431..47dda6d2 100644 --- a/s390x/Makefile +++ b/s390x/Makefile @@ -96,6 +96,7 @@ LDFLAGS += -Wl,--build-id=none asm-offsets = lib/$(ARCH)/asm-offsets.h include $(SRCDIR)/scripts/asm-offsets.mak +cflatobjs += lib/auxinfo.o cflatobjs += lib/util.o cflatobjs += lib/alloc.o cflatobjs += lib/alloc_phys.o -- 2.47.1