Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v2.6.24 5 lines 125 B view raw
1ifeq ($(CONFIG_X86_32),y) 2include ${srctree}/arch/x86/lib/Makefile_32 3else 4include ${srctree}/arch/x86/lib/Makefile_64 5endif