allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / arch / cris / arch-v32 / boot / Makefile
blob26f293ab96178e22034626adf5fdae747e08f557
2 # arch/cris/arch-v32/boot/Makefile
4 target = $(target_boot_dir)
5 src = $(src_boot_dir)
7 zImage: compressed/vmlinuz
9 compressed/vmlinuz: $(objtree)/vmlinux
10 @$(MAKE) -f $(src)/compressed/Makefile $(objtree)/vmlinuz
12 clean:
13 rm -f zImage tools/build compressed/vmlinux.out
14 @$(MAKE) -f $(src)/compressed/Makefile clean