
SUB_DIRS     := 
MOD_SUB_DIRS := $(SUB_DIRS)
ALL_SUB_DIRS := $(SUB_DIRS)


OBJS      = rtmp_main.o mlme.o connect.o rtusb_bulk.o rtusb_io.o sync.o assoc.o \
			auth.o auth_rsp.o rtusb_data.o rtmp_init.o  sanity.o rtmp_wep.o \
			rtmp_info.o rtmp_tkip.o wpa.o md5.o

#---------------------------------------------------------------------
# Kernel makefile rules. They should work with both old style makefiles
# for 2.0.x and 2.2.x, and with the new style makefiles from 2.4.x
#---------------------------------------------------------------------
O_TARGET := rt73.o

# For 2.4.x
obj-$(CONFIG_USB_RT73) += $(OBJS)
include $(TOPDIR)/Rules.make

