diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-03-12 13:43:14 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-03-12 13:43:14 -0700 |
commit | 16a6791934a1077609482dd6c091aa8b4c39a834 (patch) | |
tree | b6dde96510863d54e51e4fe05b56562d614d687b /arch/x86/boot | |
parent | f9c5107c2bcad91dd56d23888653d7bfa1a9696e (diff) | |
download | talos-op-linux-16a6791934a1077609482dd6c091aa8b4c39a834.tar.gz talos-op-linux-16a6791934a1077609482dd6c091aa8b4c39a834.zip |
x86: use targets in the boot Makefile instead of CLEAN_FILES
Impact: cleanup
Instead of using CLEAN_FILES in arch/x86/Makefile, add generated files
to targets in arch/x86/boot/Makefile, so they will get naturally
cleaned up by "make clean".
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/boot')
-rw-r--r-- | arch/x86/boot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 SVGA_MODE := -DSVGA_MODE=NORMAL_VGA targets := vmlinux.bin setup.bin setup.elf bzImage +targets += fdimage fdimage144 fdimage288 image.iso mtools.conf subdir- := compressed setup-y += a20.o cmdline.o copy.o cpu.o cpucheck.o edd.o |