diff options
author | Roman Zippel <zippel@linux-m68k.org> | 2008-11-18 15:02:19 -0500 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-03-16 14:10:41 -0400 |
commit | b2edd2fd9b10c0cfc5a305eaf91587e6142b08f9 (patch) | |
tree | 3d32ef1afa91e4568a8c16eb3c4d85ace4bb0f97 /arch/m68k/emu/Makefile | |
parent | 65cd577d5e61043d1c1aec5812dea8a5c834652d (diff) |
m68k/atari: ARAnyM - Add support for block 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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m68k/emu/Makefile b/arch/m68k/emu/Makefile index 34cfa348ca2b..fc4f77a3d35c 100644 --- a/arch/m68k/emu/Makefile +++ b/arch/m68k/emu/Makefile | |||
@@ -3,3 +3,5 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | obj-y += natfeat.o | 5 | obj-y += natfeat.o |
6 | |||
7 | obj-$(CONFIG_NFBLOCK) += nfblock.o | ||