diff options
Diffstat (limited to 'arch/ppc/Makefile')
-rw-r--r-- | arch/ppc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/Makefile b/arch/ppc/Makefile index 16e2675f3270..90c750227ed9 100644 --- a/arch/ppc/Makefile +++ b/arch/ppc/Makefile | |||
@@ -71,7 +71,7 @@ drivers-$(CONFIG_8xx) += arch/ppc/8xx_io/ | |||
71 | drivers-$(CONFIG_4xx) += arch/ppc/4xx_io/ | 71 | drivers-$(CONFIG_4xx) += arch/ppc/4xx_io/ |
72 | drivers-$(CONFIG_CPM2) += arch/ppc/8260_io/ | 72 | drivers-$(CONFIG_CPM2) += arch/ppc/8260_io/ |
73 | 73 | ||
74 | drivers-$(CONFIG_OPROFILE) += arch/ppc/oprofile/ | 74 | drivers-$(CONFIG_OPROFILE) += arch/powerpc/oprofile/ |
75 | 75 | ||
76 | BOOT_TARGETS = zImage zImage.initrd znetboot znetboot.initrd vmlinux.sm | 76 | BOOT_TARGETS = zImage zImage.initrd znetboot znetboot.initrd vmlinux.sm |
77 | 77 | ||