diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-03-12 16:43:14 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-03-12 16:43:14 -0400 |
commit | 16a6791934a1077609482dd6c091aa8b4c39a834 (patch) | |
tree | b6dde96510863d54e51e4fe05b56562d614d687b /arch/x86/Makefile | |
parent | f9c5107c2bcad91dd56d23888653d7bfa1a9696e (diff) |
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/Makefile')
-rw-r--r-- | arch/x86/Makefile | 4 |
1 files changed, 0 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 | ||