blob: fe6650368e6a3014dda0be3779a8eb7bc738a11d [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# arch/cris/boot/Makefile
3#
4
5zImage: compressed/vmlinuz
6
7compressed/vmlinuz: $(TOPDIR)/vmlinux
8 @$(MAKE) -C compressed vmlinuz
9
10clean:
11 rm -f zImage tools/build compressed/vmlinux.out
12 @$(MAKE) -C compressed clean