- patches.suse/slab-handle-memoryless-nodes-v2a.patch: Refresh.
[linux-flexiantxendom0-3.2.10.git] / arch / x86 / boot / Makefile
index e762ecd..ec749c2 100644 (file)
@@ -23,7 +23,6 @@ ROOT_DEV      := CURRENT
 SVGA_MODE      := -DSVGA_MODE=NORMAL_VGA
 
 targets                := vmlinux.bin setup.bin setup.elf bzImage
-targets                += vmlinuz vmlinux-stripped
 targets                += fdimage fdimage144 fdimage288 image.iso mtools.conf
 subdir-                := compressed
 
@@ -196,20 +195,6 @@ bzlilo: $(obj)/bzImage
        cp System.map $(INSTALL_PATH)/
        if [ -x /sbin/lilo ]; then /sbin/lilo; else /etc/lilo/install; fi
 
-$(obj)/vmlinuz: $(obj)/vmlinux-stripped FORCE
-       $(call if_changed,gzip)
-       @echo 'Kernel: $@ is ready' ' (#'`cat .version`')'
-
-$(obj)/vmlinux-stripped: OBJCOPYFLAGS := -g --strip-unneeded
-$(obj)/vmlinux-stripped: vmlinux FORCE
-       $(call if_changed,objcopy)
-
-ifndef CONFIG_XEN
-bzImage := bzImage
-else
-bzImage := vmlinuz
-endif
-
 install:
-       sh $(srctree)/$(src)/install.sh $(KERNELRELEASE) $(obj)/$(bzImage) \
+       sh $(srctree)/$(src)/install.sh $(KERNELRELEASE) $(obj)/bzImage \
                System.map "$(INSTALL_PATH)"