diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2009-04-05 10:40:41 (GMT) |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2010-05-17 19:37:42 (GMT) |
commit | 0d305464aefff342c85b4db8b3d7a4345246e5a1 (patch) | |
tree | c3cd06f58d7cf126500258d0a8fc531bd3ed4da2 /arch/m68k/amiga/Makefile | |
parent | bf54a2b3c0dbf76136f00ff785bf6d8f6291311d (diff) | |
download | linux-0d305464aefff342c85b4db8b3d7a4345246e5a1.tar.xz |
m68k: amiga - Zorro host bridge platform device conversion
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/amiga/Makefile')
-rw-r--r-- | arch/m68k/amiga/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/amiga/Makefile b/arch/m68k/amiga/Makefile index 6a0d765..11dd30b 100644 --- a/arch/m68k/amiga/Makefile +++ b/arch/m68k/amiga/Makefile @@ -2,6 +2,6 @@ # Makefile for Linux arch/m68k/amiga source directory # -obj-y := config.o amiints.o cia.o chipram.o amisound.o +obj-y := config.o amiints.o cia.o chipram.o amisound.o platform.o obj-$(CONFIG_AMIGA_PCMCIA) += pcmcia.o |