diff options
| author | Kumar Gala <galak@kernel.crashing.org> | 2006-12-10 23:16:08 -0600 |
|---|---|---|
| committer | Kumar Gala <galak@kernel.crashing.org> | 2006-12-10 23:16:08 -0600 |
| commit | c86c676cca5be7366570ecf3d2e4f8e28cf2b920 (patch) | |
| tree | d97757920f4f84085151f71d158dce2891f8223a /arch/powerpc/sysdev/Makefile | |
| parent | a147c5857c0b591b05d787e59b691c3a4f245f83 (diff) | |
| parent | 45d8e7aaf47668550fdb6c2d3abbe42f48a76df2 (diff) | |
| download | lwn-c86c676cca5be7366570ecf3d2e4f8e28cf2b920.tar.gz lwn-c86c676cca5be7366570ecf3d2e4f8e28cf2b920.zip | |
Merge branch '85xx' into for_paulus
Diffstat (limited to 'arch/powerpc/sysdev/Makefile')
| -rw-r--r-- | arch/powerpc/sysdev/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/Makefile b/arch/powerpc/sysdev/Makefile index 6cc34597a620..04d4917eb303 100644 --- a/arch/powerpc/sysdev/Makefile +++ b/arch/powerpc/sysdev/Makefile @@ -5,7 +5,8 @@ endif obj-$(CONFIG_MPIC) += mpic.o obj-$(CONFIG_PPC_INDIRECT_PCI) += indirect_pci.o obj-$(CONFIG_PPC_MPC106) += grackle.o -obj-$(CONFIG_PPC_DCR) += dcr.o dcr-low.o +obj-$(CONFIG_PPC_DCR) += dcr.o +obj-$(CONFIG_PPC_DCR_NATIVE) += dcr-low.o obj-$(CONFIG_U3_DART) += dart_iommu.o obj-$(CONFIG_MMIO_NVRAM) += mmio_nvram.o obj-$(CONFIG_FSL_SOC) += fsl_soc.o |
