diff options
Diffstat (limited to 'arch/arm/Makefile')
| -rw-r--r-- | arch/arm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 07ab3d203916..7451b447cc2d 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
| @@ -312,6 +312,9 @@ INSTALL_TARGETS = zinstall uinstall install | |||
| 312 | 312 | ||
| 313 | PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS) | 313 | PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS) |
| 314 | 314 | ||
| 315 | bootpImage uImage: zImage | ||
| 316 | zImage: Image | ||
| 317 | |||
| 315 | $(BOOT_TARGETS): vmlinux | 318 | $(BOOT_TARGETS): vmlinux |
| 316 | $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@ | 319 | $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@ |
| 317 | 320 | ||
