aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc64/Makefile
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2005-09-19 09:24:08 -0400
committerPaul Mackerras <paulus@samba.org>2005-09-21 05:21:08 -0400
commit86a5cddbd9676b129cfa2ed7a1a11759d3b2b512 (patch)
tree7d5d4fdda4df9067c43870f5dcb3d5c714fdf227 /arch/ppc64/Makefile
parent654810ec899ea5f2fc2138fca1793b603d481ff4 (diff)
[PATCH] powerpc: merge the rest of arch/ppc*/oprofile
- merge common.c - move model specific files - remove stub Makefiles - clean up arch/ppc*/Makefile Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc64/Makefile')
-rw-r--r--arch/ppc64/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/Makefile b/arch/ppc64/Makefile
index 17d2c1eac3b8..a8877881bb48 100644
--- a/arch/ppc64/Makefile
+++ b/arch/ppc64/Makefile
@@ -85,7 +85,7 @@ libs-y += arch/ppc64/lib/
85core-y += arch/ppc64/kernel/ 85core-y += arch/ppc64/kernel/
86core-y += arch/ppc64/mm/ 86core-y += arch/ppc64/mm/
87core-$(CONFIG_XMON) += arch/ppc64/xmon/ 87core-$(CONFIG_XMON) += arch/ppc64/xmon/
88drivers-$(CONFIG_OPROFILE) += arch/ppc64/oprofile/ 88drivers-$(CONFIG_OPROFILE) += arch/powerpc/oprofile/
89 89
90boot := arch/ppc64/boot 90boot := arch/ppc64/boot
91 91