mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-13 08:06:58 +00:00
![Thomas Gleixner](/assets/img/avatar_default.png)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
6 lines
125 B
Makefile
6 lines
125 B
Makefile
ifeq ($(CONFIG_X86_32),y)
|
|
include ${srctree}/arch/x86/pci/Makefile_32
|
|
else
|
|
include ${srctree}/arch/x86/pci/Makefile_64
|
|
endif
|