diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-10-31 05:06:46 -0500 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-10-31 05:06:46 -0500 |
commit | 1f04c0a24b2f3cfe89c802a24396263623e3512d (patch) | |
tree | d7e2216b6e65b833c0c2b79b478d13ce17dbf296 /arch/powerpc/sysdev/Makefile | |
parent | 07b188ab773e183871e57b33ae37bf635c9f12ba (diff) | |
parent | e2f2e58e7968f8446b1078a20a18bf8ea12b4fbc (diff) |
Merge branch 'master' of /usr/src/ntfs-2.6/
Diffstat (limited to 'arch/powerpc/sysdev/Makefile')
-rw-r--r-- | arch/powerpc/sysdev/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/Makefile b/arch/powerpc/sysdev/Makefile new file mode 100644 index 000000000000..8acd21dee05d --- /dev/null +++ b/arch/powerpc/sysdev/Makefile | |||
@@ -0,0 +1,7 @@ | |||
1 | obj-$(CONFIG_MPIC) += mpic.o | ||
2 | obj-$(CONFIG_PPC_INDIRECT_PCI) += indirect_pci.o | ||
3 | obj-$(CONFIG_PPC_I8259) += i8259.o | ||
4 | obj-$(CONFIG_PPC_MPC106) += grackle.o | ||
5 | obj-$(CONFIG_BOOKE) += dcr.o | ||
6 | obj-$(CONFIG_40x) += dcr.o | ||
7 | obj-$(CONFIG_U3_DART) += u3_iommu.o | ||