diff options
Diffstat (limited to 'arch/nios2/boot/compressed/Makefile')
-rw-r--r-- | arch/nios2/boot/compressed/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/nios2/boot/compressed/Makefile b/arch/nios2/boot/compressed/Makefile index 5b0fb346d888..d5921c9a9726 100644 --- a/arch/nios2/boot/compressed/Makefile +++ b/arch/nios2/boot/compressed/Makefile | |||
@@ -11,7 +11,6 @@ LDFLAGS_vmlinux := -T | |||
11 | 11 | ||
12 | $(obj)/vmlinux: $(obj)/vmlinux.lds $(OBJECTS) $(obj)/piggy.o FORCE | 12 | $(obj)/vmlinux: $(obj)/vmlinux.lds $(OBJECTS) $(obj)/piggy.o FORCE |
13 | $(call if_changed,ld) | 13 | $(call if_changed,ld) |
14 | @: | ||
15 | 14 | ||
16 | LDFLAGS_piggy.o := -r --format binary --oformat elf32-littlenios2 -T | 15 | LDFLAGS_piggy.o := -r --format binary --oformat elf32-littlenios2 -T |
17 | 16 | ||