mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 05:01:48 +00:00
44f0257fc3
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
6 lines
128 B
Makefile
6 lines
128 B
Makefile
ifeq ($(CONFIG_X86_32),y)
|
|
include ${srctree}/arch/x86/lib/Makefile_32
|
|
else
|
|
include ${srctree}/arch/x86_64/lib/Makefile_64
|
|
endif
|