import of upstream 2.4.34.4 from kernel.org
[linux-2.4.git] / arch / cris / boot / Makefile
1 #
2 # arch/cris/boot/Makefile
3 #
4
5 zImage: compressed/vmlinuz
6
7 compressed/vmlinuz: $(TOPDIR)/vmlinux
8         @$(MAKE) -C compressed vmlinuz
9
10 dep:
11         @$(MAKE) -C compressed depend
12         @$(MAKE) -C rescue depend
13
14 clean:
15         rm -f zImage tools/build compressed/vmlinux.out
16         @$(MAKE) -C compressed clean