

EXTRA_CFLAGS = -DDBG=0

O_TARGET := bcm4400.o
obj-y    := b44um.o b44proc.o b44lm.o
obj-$(CONFIG_BCM4400)    := $(O_TARGET)

include $(TOPDIR)/Rules.make

