This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
linux
mirror of
https://gitee.com/openkylin/linux.git
Watch
9
Star
0
Fork
You've already forked linux
0
Code
Issues
Projects
Releases
Wiki
Activity
25635c71e4
linux
/
arch
/
powerpc
/
sysdev
/
Makefile
3 lines
79 B
Makefile
Raw
Normal View
History
Unescape
Escape
powerpc: Use arch/powerpc/mm and arch/powerpc/lib for 64-bit This also puts a copy of indirect_pci.c in arch/powerpc/sysdev so that we don't need to build in arch/ppc/syslib. Signed-off-by: Paul Mackerras <paulus@samba.org>
2005-10-10 20:25:26 +08:00
obj-$(CONFIG_MPIC)
+=
mpic.o
ppc: Use the indirect_pci.c from arch/powerpc/sysdev This defines a CONFIG_INDIRECT_PCI symbol to control whether it gets used or not, and fixes the Kconfig to select that symbol for platforms that need it. Signed-off-by: Paul Mackerras <paulus@samba.org>
2005-10-26 14:36:55 +08:00
obj-$(CONFIG_PPC_INDIRECT_PCI)
+=
indirect_pci.o