#
# Makefile for Onstor's Bobcat filer
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#

obj-y += irq.o platform.o prom.o reset.o setup.o ds1511.o

obj-$(CONFIG_BOBCAT_8250_DEBUG_CONSOLE) += bc_console.o
obj-$(CONFIG_BOBCAT_MPSC_EARLY_PRINTK) += bc_console.o
obj-$(CONFIG_REMOTE_DEBUG) += dbg_io.o
