diff --git a/arch/s390/boot/Makefile b/arch/s390/boot/Makefile index a1ca3b805c74..e15baa7b8e0b 100644 --- a/arch/s390/boot/Makefile +++ b/arch/s390/boot/Makefile @@ -28,7 +28,7 @@ endif CFLAGS_sclp_early_core.o += -I$(srctree)/drivers/s390/char obj-y := head.o als.o ebcdic.o sclp_early_core.o mem.o -targets := bzImage setup.a $(obj-y) +targets := bzImage startup.a $(obj-y) subdir- := compressed OBJECTS := $(addprefix $(obj)/,$(obj-y))