diff options
Diffstat (limited to 'arch/x86_64/Makefile')
| -rw-r--r-- | arch/x86_64/Makefile | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/arch/x86_64/Makefile b/arch/x86_64/Makefile index 0fbc028360..585fd4a559 100644 --- a/arch/x86_64/Makefile +++ b/arch/x86_64/Makefile | |||
| @@ -70,7 +70,7 @@ drivers-$(CONFIG_OPROFILE) += arch/x86_64/oprofile/ | |||
| 70 | boot := arch/x86_64/boot | 70 | boot := arch/x86_64/boot |
| 71 | 71 | ||
| 72 | PHONY += bzImage bzlilo install archmrproper \ | 72 | PHONY += bzImage bzlilo install archmrproper \ |
| 73 | fdimage fdimage144 fdimage288 archclean | 73 | fdimage fdimage144 fdimage288 isoimage archclean |
| 74 | 74 | ||
| 75 | #Default target when executing "make" | 75 | #Default target when executing "make" |
| 76 | all: bzImage | 76 | all: bzImage |
| @@ -87,7 +87,7 @@ bzlilo: vmlinux | |||
| 87 | bzdisk: vmlinux | 87 | bzdisk: vmlinux |
| 88 | $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(BOOTIMAGE) zdisk | 88 | $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(BOOTIMAGE) zdisk |
| 89 | 89 | ||
| 90 | fdimage fdimage144 fdimage288: vmlinux | 90 | fdimage fdimage144 fdimage288 isoimage: vmlinux |
| 91 | $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(BOOTIMAGE) $@ | 91 | $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(BOOTIMAGE) $@ |
| 92 | 92 | ||
| 93 | install: | 93 | install: |
| @@ -99,11 +99,16 @@ archclean: | |||
| 99 | define archhelp | 99 | define archhelp |
| 100 | echo '* bzImage - Compressed kernel image (arch/$(ARCH)/boot/bzImage)' | 100 | echo '* bzImage - Compressed kernel image (arch/$(ARCH)/boot/bzImage)' |
| 101 | echo ' install - Install kernel using' | 101 | echo ' install - Install kernel using' |
| 102 | echo ' (your) ~/bin/installkernel or' | 102 | echo ' (your) ~/bin/installkernel or' |
| 103 | echo ' (distribution) /sbin/installkernel or' | 103 | echo ' (distribution) /sbin/installkernel or' |
| 104 | echo ' install to $$(INSTALL_PATH) and run lilo' | 104 | echo ' install to $$(INSTALL_PATH) and run lilo' |
| 105 | echo ' bzdisk - Create a boot floppy in /dev/fd0' | ||
| 106 | echo ' fdimage - Create a boot floppy image' | ||
| 107 | echo ' isoimage - Create a boot CD-ROM image' | ||
| 105 | endef | 108 | endef |
| 106 | 109 | ||
| 107 | CLEAN_FILES += arch/$(ARCH)/boot/fdimage arch/$(ARCH)/boot/mtools.conf | 110 | CLEAN_FILES += arch/$(ARCH)/boot/fdimage \ |
| 111 | arch/$(ARCH)/boot/image.iso \ | ||
| 112 | arch/$(ARCH)/boot/mtools.conf | ||
| 108 | 113 | ||
| 109 | 114 | ||
