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 00000000000..59fec0a3ac8 --- /dev/null +++ b/arch/ppc/amiga/Makefile @@ -0,0 +1,8 @@ +# +# Makefile for Linux arch/m68k/amiga source directory +# + +obj-y := config.o amiints.o cia.o time.o bootinfo.o amisound.o \ + chipram.o amiga_ksyms.o + +obj-$(CONFIG_AMIGA_PCMCIA) += pcmcia.o |