# $Id: Makefile,v 1.2 2002/05/01 10:00:21 mrbrown Exp $
# Makefile for Maple Bus drivers

O_TARGET	:= maplebus.o

export-objs	:= maple.o

obj-y	:=
obj-m	:=
obj-n	:=
obj-	:=

obj-$(CONFIG_MAPLE)		+= maple.o

include $(TOPDIR)/Rules.make
