mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-21 19:53:59 +08:00
f68c065491
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
|