diff options
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r-- | arch/sh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index c46b3d508f22..2a7e73faee89 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile | |||
@@ -195,7 +195,7 @@ libs-$(CONFIG_SUPERH32) := arch/sh/lib/ $(libs-y) | |||
195 | libs-$(CONFIG_SUPERH64) := arch/sh/lib64/ $(libs-y) | 195 | libs-$(CONFIG_SUPERH64) := arch/sh/lib64/ $(libs-y) |
196 | 196 | ||
197 | BOOT_TARGETS = uImage uImage.bz2 uImage.gz uImage.lzma uImage.srec \ | 197 | BOOT_TARGETS = uImage uImage.bz2 uImage.gz uImage.lzma uImage.srec \ |
198 | zImage vmlinux.srec | 198 | zImage vmlinux.srec romImage |
199 | PHONY += maketools $(BOOT_TARGETS) FORCE | 199 | PHONY += maketools $(BOOT_TARGETS) FORCE |
200 | 200 | ||
201 | maketools: include/linux/version.h FORCE | 201 | maketools: include/linux/version.h FORCE |