Lines Matching refs:compressed
15 zImage: $(CONFIGURE) bootsect setup compressed/vmlinux tools/build
16 $(OBJCOPY) compressed/vmlinux compressed/vmlinux.out
17 tools/build bootsect setup compressed/vmlinux.out $(ROOT_DEV) > zImage
19 bzImage: $(CONFIGURE) bbootsect bsetup compressed/bvmlinux tools/build
20 $(OBJCOPY) compressed/bvmlinux compressed/bvmlinux.out
21 tools/build -b bbootsect bsetup compressed/bvmlinux.out $(ROOT_DEV) > bzImage
23 compressed/vmlinux: $(TOPDIR)/vmlinux
24 @$(MAKE) -C compressed vmlinux
26 compressed/bvmlinux: $(TOPDIR)/vmlinux
27 @$(MAKE) -C compressed bvmlinux
85 rm -f setup bootsect zImage compressed/vmlinux.out
86 rm -f bsetup bbootsect bzImage compressed/bvmlinux.out
87 @$(MAKE) -C compressed clean