diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-10 08:25:26 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-10 08:25:26 -0400 |
commit | daec962e27490be4fae9ab5a51d0c17f6e638715 (patch) | |
tree | 86044d794f5406dcdcca5e6827607782d7c27ab1 /arch/ppc/syslib/Makefile | |
parent | b3b8dc6c07cecc1f8d52d03f677206bdf9f794c9 (diff) |
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>
Diffstat (limited to 'arch/ppc/syslib/Makefile')
-rw-r--r-- | arch/ppc/syslib/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/ppc/syslib/Makefile b/arch/ppc/syslib/Makefile index 1b0a84931afc..b8d08f33f7ee 100644 --- a/arch/ppc/syslib/Makefile +++ b/arch/ppc/syslib/Makefile | |||
@@ -5,7 +5,6 @@ | |||
5 | CFLAGS_prom_init.o += -fPIC | 5 | CFLAGS_prom_init.o += -fPIC |
6 | CFLAGS_btext.o += -fPIC | 6 | CFLAGS_btext.o += -fPIC |
7 | 7 | ||
8 | ifneq ($(CONFIG_PPC_MERGE),y) | ||
9 | wdt-mpc8xx-$(CONFIG_8xx_WDT) += m8xx_wdt.o | 8 | wdt-mpc8xx-$(CONFIG_8xx_WDT) += m8xx_wdt.o |
10 | 9 | ||
11 | obj-$(CONFIG_PPCBUG_NVRAM) += prep_nvram.o | 10 | obj-$(CONFIG_PPCBUG_NVRAM) += prep_nvram.o |
@@ -110,16 +109,3 @@ obj-$(CONFIG_PPC_MPC52xx) += mpc52xx_setup.o mpc52xx_pic.o \ | |||
110 | ifeq ($(CONFIG_PPC_MPC52xx),y) | 109 | ifeq ($(CONFIG_PPC_MPC52xx),y) |
111 | obj-$(CONFIG_PCI) += mpc52xx_pci.o | 110 | obj-$(CONFIG_PCI) += mpc52xx_pci.o |
112 | endif | 111 | endif |
113 | |||
114 | else | ||
115 | # Stuff still needed by the merged powerpc sources | ||
116 | |||
117 | obj-$(CONFIG_PPCBUG_NVRAM) += prep_nvram.o | ||
118 | obj-$(CONFIG_PPC_OF) += prom_init.o prom.o of_device.o | ||
119 | obj-$(CONFIG_PPC_PMAC) += indirect_pci.o | ||
120 | obj-$(CONFIG_PPC_CHRP) += indirect_pci.o i8259.o | ||
121 | obj-$(CONFIG_PPC_PREP) += indirect_pci.o i8259.o todc_time.o | ||
122 | obj-$(CONFIG_BOOTX_TEXT) += btext.o | ||
123 | obj-$(CONFIG_MPC10X_BRIDGE) += mpc10x_common.o indirect_pci.o ppc_sys.o | ||
124 | |||
125 | endif | ||