diff options
-rw-r--r-- | arch/x86/Makefile | 4 | ||||
-rw-r--r-- | arch/x86/boot/Makefile | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/arch/x86/Makefile b/arch/x86/Makefile index 43bd89c67e3a..f05d8c91d9e5 100644 --- a/arch/x86/Makefile +++ b/arch/x86/Makefile | |||
@@ -194,7 +194,3 @@ define archhelp | |||
194 | echo ' FDARGS="..." arguments for the booted kernel' | 194 | echo ' FDARGS="..." arguments for the booted kernel' |
195 | echo ' FDINITRD=file initrd for the booted kernel' | 195 | echo ' FDINITRD=file initrd for the booted kernel' |
196 | endef | 196 | endef |
197 | |||
198 | CLEAN_FILES += arch/x86/boot/fdimage \ | ||
199 | arch/x86/boot/image.iso \ | ||
200 | arch/x86/boot/mtools.conf \ No newline at end of file | ||
diff --git a/arch/x86/boot/Makefile b/arch/x86/boot/Makefile index 2a3db75b35c3..fb737ce5888d 100644 --- a/arch/x86/boot/Makefile +++ b/arch/x86/boot/Makefile | |||
@@ -23,6 +23,7 @@ ROOT_DEV := CURRENT | |||
23 | SVGA_MODE := -DSVGA_MODE=NORMAL_VGA | 23 | SVGA_MODE := -DSVGA_MODE=NORMAL_VGA |
24 | 24 | ||
25 | targets := vmlinux.bin setup.bin setup.elf bzImage | 25 | targets := vmlinux.bin setup.bin setup.elf bzImage |
26 | targets += fdimage fdimage144 fdimage288 image.iso mtools.conf | ||
26 | subdir- := compressed | 27 | subdir- := compressed |
27 | 28 | ||
28 | setup-y += a20.o cmdline.o copy.o cpu.o cpucheck.o edd.o | 29 | setup-y += a20.o cmdline.o copy.o cpu.o cpucheck.o edd.o |