This commit was generated by cvs2svn to compensate for changes in r925,
[linux-2.6.git] / arch / xen / boot / Makefile
1
2 OBJCOPYFLAGS := -g --strip-unneeded
3
4 vmlinuz: vmlinux-stripped FORCE
5         $(call if_changed,gzip)
6
7 vmlinux-stripped: vmlinux FORCE
8         $(call if_changed,objcopy)
9
10 bzImage: vmlinuz
11         ln -sf ../../../vmlinuz $(srctree)/arch/xen/boot/bzImage