diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2006-03-28 00:43:27 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2006-03-28 00:43:27 -0500 |
commit | 5cd272085bbc905532869f3e1fd18a7100496b56 (patch) | |
tree | 2c29f8a713e90fe55864502ed962c656014bca71 /arch/ppc/Makefile | |
parent | ff2e6d7e27cf1f757ab0d97e1a9e46de47152a0e (diff) |
powerpc: move math-emu over to arch/powerpc
Towards the goal of having arch/powerpc not build anything over in arch/ppc
move math-emu over. Also, killed some references to arch/ppc/ in the
arch/powerpc Makefile which should belong in drivers/ when the particular
sub-arch's move over to arch/powerpc.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
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 cde5fa87f455..87bd0638ab62 100644 --- a/arch/ppc/Makefile +++ b/arch/ppc/Makefile | |||
@@ -69,7 +69,7 @@ core-y += arch/ppc/kernel/ arch/powerpc/kernel/ \ | |||
69 | core-$(CONFIG_4xx) += arch/ppc/platforms/4xx/ | 69 | core-$(CONFIG_4xx) += arch/ppc/platforms/4xx/ |
70 | core-$(CONFIG_83xx) += arch/ppc/platforms/83xx/ | 70 | core-$(CONFIG_83xx) += arch/ppc/platforms/83xx/ |
71 | core-$(CONFIG_85xx) += arch/ppc/platforms/85xx/ | 71 | core-$(CONFIG_85xx) += arch/ppc/platforms/85xx/ |
72 | core-$(CONFIG_MATH_EMULATION) += arch/ppc/math-emu/ | 72 | core-$(CONFIG_MATH_EMULATION) += arch/powerpc/math-emu/ |
73 | core-$(CONFIG_XMON) += arch/ppc/xmon/ | 73 | core-$(CONFIG_XMON) += arch/ppc/xmon/ |
74 | core-$(CONFIG_APUS) += arch/ppc/amiga/ | 74 | core-$(CONFIG_APUS) += arch/ppc/amiga/ |
75 | drivers-$(CONFIG_8xx) += arch/ppc/8xx_io/ | 75 | drivers-$(CONFIG_8xx) += arch/ppc/8xx_io/ |