1 # Comment/uncomment the following line to enable/disable debugging
3 WFLAGS
:= -Wall
-Wstrict-prototypes
-Wno-trigraphs
7 rt2500-objs
:= rtmp_main.o mlme.o connect.o sync.o assoc.o \
8 auth.o auth_rsp.o rtmp_data.o rtmp_init.o sanity.o \
9 rtmp_wep.o rtmp_info.o eeprom.o rtmp_tkip.o wpa.o md5.o
12 make
-C
/lib
/modules
/$(shell uname
-r
)/build SUBDIRS
=$(shell pwd
) modules
15 rm -f
*.o
*~ .
*.cmd
*.ko
*.mod.c
17 #make command : make -C path/to/src SUBDIRS=$PWD modules
18 #example : make -C /usr/src/linux-2.6.3-4mdk SUBDIRS=$PWD modules