]> Git Repo - linux.git/blob - arch/x86/pci/Makefile
x86: add code to dump the (kernel) page tables for visual inspection by kernel developers
[linux.git] / arch / x86 / pci / Makefile
1 ifeq ($(CONFIG_X86_32),y)
2 include ${srctree}/arch/x86/pci/Makefile_32
3 else
4 include ${srctree}/arch/x86/pci/Makefile_64
5 endif
This page took 0.036251 seconds and 4 git commands to generate.