#
# Makefile for bcm 5700
#

# The target object and module list name.

# O_TARGET	:= bcm.o

# Objects that export symbols.

export-objs	:=

# Object file lists.

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

# Each configuration option enables a list of files.

obj-$(CONFIG_BCM5700)		+= bcm5700.o

# The global Rules.make.

include $(TOPDIR)/Rules.make
