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

xenolinux.gz: xenolinux
	gzip -f -9 < $< > $@

xenolinux: $(TOPDIR)/vmlinux
	$(OBJCOPY) $< $@

dep:

clean:
	rm -f xenolinux*