summaryrefslogtreecommitdiff
path: root/arch/cris/arch-v10/boot/Makefile
blob: fe6650368e6a3014dda0be3779a8eb7bc738a11d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# arch/cris/boot/Makefile
#

zImage: compressed/vmlinuz

compressed/vmlinuz: $(TOPDIR)/vmlinux
	@$(MAKE) -C compressed vmlinuz

clean:
	rm -f zImage tools/build compressed/vmlinux.out
	@$(MAKE) -C compressed clean