diff options
author | Petr Stehlik <pstehlik@sophics.cz> | 2008-11-18 15:02:18 -0500 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-03-16 14:10:41 -0400 |
commit | 65cd577d5e61043d1c1aec5812dea8a5c834652d (patch) | |
tree | 7823e6b01e354717dc5340e6231f48a357a6de9e /arch/m68k/Makefile | |
parent | 93ff9542462ba5074fb6b6cd9e27c4fb04d452ec (diff) |
m68k/atari: Initial ARAnyM support
Add improved support for running under the ARAnyM emulator
(Atari Running on Any Machine - http://aranym.org/).
[michael, geert: Cleanups and updates]
Signed-off-by: Petr Stehlik <pstehlik@sophics.cz>
Signed-off-by: Michael Schmitz <schmitz@debian.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/Makefile')
-rw-r--r-- | arch/m68k/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/Makefile b/arch/m68k/Makefile index b06a7e3cbcd6..b793163abc61 100644 --- a/arch/m68k/Makefile +++ b/arch/m68k/Makefile | |||
@@ -76,6 +76,7 @@ core-$(CONFIG_MVME16x) += arch/m68k/mvme16x/ | |||
76 | core-$(CONFIG_BVME6000) += arch/m68k/bvme6000/ | 76 | core-$(CONFIG_BVME6000) += arch/m68k/bvme6000/ |
77 | core-$(CONFIG_SUN3X) += arch/m68k/sun3x/ arch/m68k/sun3/ | 77 | core-$(CONFIG_SUN3X) += arch/m68k/sun3x/ arch/m68k/sun3/ |
78 | core-$(CONFIG_SUN3) += arch/m68k/sun3/ arch/m68k/sun3/prom/ | 78 | core-$(CONFIG_SUN3) += arch/m68k/sun3/ arch/m68k/sun3/prom/ |
79 | core-$(CONFIG_NATFEAT) += arch/m68k/emu/ | ||
79 | core-$(CONFIG_M68040) += arch/m68k/fpsp040/ | 80 | core-$(CONFIG_M68040) += arch/m68k/fpsp040/ |
80 | core-$(CONFIG_M68060) += arch/m68k/ifpsp060/ | 81 | core-$(CONFIG_M68060) += arch/m68k/ifpsp060/ |
81 | core-$(CONFIG_M68KFPU_EMU) += arch/m68k/math-emu/ | 82 | core-$(CONFIG_M68KFPU_EMU) += arch/m68k/math-emu/ |