diff options
author | Roman Zippel <zippel@linux-m68k.org> | 2008-11-18 21:02:19 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-03-16 19:10:41 +0100 |
commit | 37b0b65f6362269a4cb86ed8be1c0ac8caa497f8 (patch) | |
tree | f128d81fdedf7cff06aee474cb7b7d9b6c9c5953 /arch/m68k/emu/Makefile | |
parent | b2edd2fd9b10c0cfc5a305eaf91587e6142b08f9 (diff) | |
download | blackbird-op-linux-37b0b65f6362269a4cb86ed8be1c0ac8caa497f8.tar.gz blackbird-op-linux-37b0b65f6362269a4cb86ed8be1c0ac8caa497f8.zip |
m68k/atari: ARAnyM - Add support for console access
[geert: Cleanups and updates]
Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Petr Stehlik <pstehlik@sophics.cz>
Diffstat (limited to 'arch/m68k/emu/Makefile')
-rw-r--r-- | arch/m68k/emu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/emu/Makefile b/arch/m68k/emu/Makefile index fc4f77a3d35c..a83ef1e497b3 100644 --- a/arch/m68k/emu/Makefile +++ b/arch/m68k/emu/Makefile @@ -5,3 +5,4 @@ obj-y += natfeat.o obj-$(CONFIG_NFBLOCK) += nfblock.o +obj-$(CONFIG_NFCON) += nfcon.o |