diff options
Diffstat (limited to 'arch/ppc/amiga/Makefile')
-rw-r--r-- | arch/ppc/amiga/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/ppc/amiga/Makefile b/arch/ppc/amiga/Makefile new file mode 100644 index 000000000000..59fec0a3ac8e --- /dev/null +++ b/arch/ppc/amiga/Makefile | |||
@@ -0,0 +1,8 @@ | |||
1 | # | ||
2 | # Makefile for Linux arch/m68k/amiga source directory | ||
3 | # | ||
4 | |||
5 | obj-y := config.o amiints.o cia.o time.o bootinfo.o amisound.o \ | ||
6 | chipram.o amiga_ksyms.o | ||
7 | |||
8 | obj-$(CONFIG_AMIGA_PCMCIA) += pcmcia.o | ||