diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2013-03-20 02:50:37 -0400 |
---|---|---|
committer | Steven Miao <realmz6@gmail.com> | 2013-05-07 06:26:39 -0400 |
commit | 3e730e6ffced37338a6bec88ba2829fdb247b410 (patch) | |
tree | 44d410aa8d6aa0525d6659d495f427556f08bc68 /arch/blackfin/Makefile | |
parent | 7b779f0adda847758c4df450bde4be16bcdd40bc (diff) |
blackfin: rename vmImage to uImage after we move to buildroot
rename vmImage to uImage
update blackfin targets name
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Steven Miao <realmz6@gmail.com>
Diffstat (limited to 'arch/blackfin/Makefile')
-rw-r--r-- | arch/blackfin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/blackfin/Makefile b/arch/blackfin/Makefile index 66cf00095b84..1fce08632ad7 100644 --- a/arch/blackfin/Makefile +++ b/arch/blackfin/Makefile | |||
@@ -141,11 +141,11 @@ archclean: | |||
141 | 141 | ||
142 | INSTALL_PATH ?= /tftpboot | 142 | INSTALL_PATH ?= /tftpboot |
143 | boot := arch/$(ARCH)/boot | 143 | boot := arch/$(ARCH)/boot |
144 | BOOT_TARGETS = vmImage vmImage.bin vmImage.bz2 vmImage.gz vmImage.lzma vmImage.lzo vmImage.xip | 144 | BOOT_TARGETS = uImage uImage.bin uImage.bz2 uImage.gz uImage.lzma uImage.lzo uImage.xip |
145 | PHONY += $(BOOT_TARGETS) install | 145 | PHONY += $(BOOT_TARGETS) install |
146 | KBUILD_IMAGE := $(boot)/vmImage | 146 | KBUILD_IMAGE := $(boot)/uImage |
147 | 147 | ||
148 | all: vmImage | 148 | all: uImage |
149 | 149 | ||
150 | $(BOOT_TARGETS): vmlinux | 150 | $(BOOT_TARGETS): vmlinux |
151 | $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ | 151 | $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ |