summaryrefslogtreecommitdiffstats
path: root/arch/cris/boot/Makefile
blob: 77b59012e9464418174bf3f3aff0383602428315 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# arch/cris/boot/Makefile
#

zImage: compressed/vmlinuz

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

dep:

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