]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - arch/x86/boot/compressed/Makefile
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
[mirror_ubuntu-artful-kernel.git] / arch / x86 / boot / compressed / Makefile
1 ifeq ($(CONFIG_X86_32),y)
2 include ${srctree}/arch/x86/boot/compressed/Makefile_32
3 else
4 include ${srctree}/arch/x86/boot/compressed/Makefile_64
5 endif