diff options
Diffstat (limited to 'arch/powerpc/sysdev')
-rw-r--r-- | arch/powerpc/sysdev/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/sysdev/Makefile b/arch/powerpc/sysdev/Makefile index 55618ba9eff0..a44709a94f97 100644 --- a/arch/powerpc/sysdev/Makefile +++ b/arch/powerpc/sysdev/Makefile | |||
@@ -38,15 +38,12 @@ ifeq ($(CONFIG_PCI),y) | |||
38 | obj-$(CONFIG_4xx) += ppc4xx_pci.o | 38 | obj-$(CONFIG_4xx) += ppc4xx_pci.o |
39 | endif | 39 | endif |
40 | 40 | ||
41 | # Temporary hack until we have migrated to asm-powerpc | ||
42 | ifeq ($(ARCH),powerpc) | ||
43 | obj-$(CONFIG_CPM) += cpm_common.o | 41 | obj-$(CONFIG_CPM) += cpm_common.o |
44 | obj-$(CONFIG_CPM2) += cpm2.o cpm2_pic.o | 42 | obj-$(CONFIG_CPM2) += cpm2.o cpm2_pic.o |
45 | obj-$(CONFIG_QUICC_ENGINE) += cpm_common.o | 43 | obj-$(CONFIG_QUICC_ENGINE) += cpm_common.o |
46 | obj-$(CONFIG_PPC_DCR) += dcr.o | 44 | obj-$(CONFIG_PPC_DCR) += dcr.o |
47 | obj-$(CONFIG_8xx) += mpc8xx_pic.o cpm1.o | 45 | obj-$(CONFIG_8xx) += mpc8xx_pic.o cpm1.o |
48 | obj-$(CONFIG_UCODE_PATCH) += micropatch.o | 46 | obj-$(CONFIG_UCODE_PATCH) += micropatch.o |
49 | endif | ||
50 | 47 | ||
51 | ifeq ($(CONFIG_SUSPEND),y) | 48 | ifeq ($(CONFIG_SUSPEND),y) |
52 | obj-$(CONFIG_6xx) += 6xx-suspend.o | 49 | obj-$(CONFIG_6xx) += 6xx-suspend.o |