kbuild: delete unnecessary "@:"
[deliverable/linux.git] / arch / s390 / boot / compressed / Makefile
index fac6ac9790fad18efc2f587757068f87ca7765fd..1dd210347e1243ddf01cc8761aabb157c6d7cec1 100644 (file)
@@ -22,7 +22,6 @@ OBJECTS += $(obj)/head.o $(obj)/misc.o $(obj)/piggy.o
 LDFLAGS_vmlinux := --oformat $(LD_BFD) -e startup -T
 $(obj)/vmlinux: $(obj)/vmlinux.lds $(OBJECTS)
        $(call if_changed,ld)
-       @:
 
 sed-sizes := -e 's/^\([0-9a-fA-F]*\) . \(__bss_start\|_end\)$$/\#define SZ\2 0x\1/p'
 
This page took 0.027635 seconds and 5 git commands to generate.