# Comment/uncomment the following line to enable/disable debugging

WFLAGS := -Wall -Wstrict-prototypes -Wno-trigraphs

obj-$(CONFIG_RT2500) := rt2500.o

rt2500-objs := rtmp_main.o mlme.o connect.o sync.o assoc.o \
		auth.o auth_rsp.o rtmp_data.o rtmp_init.o sanity.o \
		rtmp_wep.o rtmp_info.o eeprom.o rtmp_tkip.o wpa.o md5.o

clean:
	rm -f *.o *~ .*.cmd *.ko *.mod.c

#make command :   make -C path/to/src SUBDIRS=$PWD modules
#example :        make -C /usr/src/linux-2.6.3-4mdk SUBDIRS=$PWD modules
