aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.4.26-xen-sparse/arch/xen/boot/Makefile
blob: 4da2909a792f2d8166f79a3e64c89b98b6551805 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# arch/xen/boot/Makefile
#

bzImage: $(TOPDIR)/vmlinux
	$(OBJCOPY) $< Image
	gzip -f -9 < Image > $@
	rm -f Image

dep:

clean:
	rm -f bzImage Image