x86: unify arch/x86/kernel/Makefile(s)
[linux-2.6-block.git] / arch / x86 / boot / compressed / Makefile
CommitLineData
9b884676 1ifeq ($(CONFIG_X86_32),y)
0530bf37 2include ${srctree}/arch/x86/boot/compressed/Makefile_32
968de4f0 3else
9e9b4573 4include ${srctree}/arch/x86/boot/compressed/Makefile_64
968de4f0 5endif