Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6/linux-loongson.git] / arch / microblaze / boot / Makefile
blob844edf406d34cb6b901fdc807c02e371bb1148a5
2 # arch/microblaze/boot/Makefile
5 targets := linux.bin linux.bin.gz
7 OBJCOPYFLAGS_linux.bin := -O binary
9 $(obj)/linux.bin: vmlinux FORCE
10 $(call if_changed,objcopy)
11 @echo 'Kernel: $@ is ready' ' (#'`cat .version`')'
13 $(obj)/linux.bin.gz: $(obj)/linux.bin FORCE
14 $(call if_changed,gzip)
15 @echo 'Kernel: $@ is ready' ' (#'`cat .version`')'
17 clean-kernel += linux.bin linux.bin.gz