#
# drivers/net/wireless/at76c503/Makefile
#
# Makefile for the berlios atmel 76c503/76c505 wireless driver
#

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

export-objs		:= at76_usbdfu.o at76c503.o


obj-$(CONFIG_USB_ATMEL) += at76c503.o at76_usbdfu.o at76c503-i3861.o at76c503-rfmd.o at76c503-rfmd-acc.o \
          at76c505-rfmd.o at76c503-i3863.o at76c505-rfmd2958.o at76c505a-rfmd2958.o

# copy the fw-*.h files into this dir and uncomment to compile the firmware statically
# into the driver (against kernel policy of not including binary-only code)
#EXTRA_CFLAGS = -DCOMPILE_FIRMWARE_INTO_DRIVER

include $(TOPDIR)/Rules.make
