
O_TARGET	:= built-in.o

VERSION		:= 0.11beta4
EXTRA_CFLAGS	:= -DDRIVER_VERSION=\"v$(VERSION)\"

export-objs	:= at76c503.o usbdfu.o

obj-$(CONFIG_AT76C503)	:=	at76c503.o usbdfu.o at76c503-rfmd.o \
				at76c503-rfmd-acc.o at76c505-rfmd.o \
				at76c503-i3861.o at76c503-i3863.o

include $(TOPDIR)/Rules.make

