MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / arch / nios2nommu / boot / Makefile
blobfd25b72e5b8a72592b788036a13216491f30f858
2 # arch/nios2nommu/boot/Makefile
4 # This file is subject to the terms and conditions of the GNU General Public
5 # License. See the file "COPYING" in the main directory of this archive
6 # for more details.
8 targets := zImage
9 subdir- := compressed
11 $(obj)/zImage: $(obj)/compressed/vmlinux FORCE
12 $(call if_changed,objcopy)
13 @echo 'Kernel: $@ is ready'
15 $(obj)/compressed/vmlinux: FORCE
16 $(Q)$(MAKE) $(build)=$(obj)/compressed $@