kernel-fxtec-pro1x/arch/x86/boot/compressed
H. Peter Anvin 7f16a33978 x86: boot/compressed/Makefile: fix "make clean"
The Kbuild variable "targets" is supposed to be
configuration-independent and reflect "all possible targets".  This is
required to make "make clean" work properly.

Therefore, move all manipulation of "targets" as well as custom rules
out of the x86-32 ifdef statement.  Only leave inside the ifdefs the
things that are genuinely configuration-dependent.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2008-09-04 06:19:45 -07:00
..
.gitignore
head_32.S
head_64.S x86: compressed/head_64.S cleanup - use predefined flags from processor-flags.h 2008-05-25 08:58:32 +02:00
Makefile x86: boot/compressed/Makefile: fix "make clean" 2008-09-04 06:19:45 -07:00
misc.c Merge branch 'x86/mpparse' into x86/devel 2008-07-08 11:14:58 +02:00
relocs.c x86: remove arbitrary ELF section limit in i386 relocatable kernel 2008-06-30 20:22:58 -07:00
vmlinux.scr
vmlinux_32.lds
vmlinux_64.lds