MOXA linux-2.6.x / linux-2.6.9-uc0 from sdlinux-moxaart.tgz
[linux-2.6.9-moxart.git] / drivers / net / wireless / rtlink / Module / 2.6.x / Makefile
blobde21c6c25692b638c2b2fec9417a4836efa050ac
1 # Comment/uncomment the following line to enable/disable debugging
3 WFLAGS := -Wall -Wstrict-prototypes -Wno-trigraphs
5 obj-m := rt2500.o
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
11 all:
12 make -C /lib/modules/$(shell uname -r)/build SUBDIRS=$(shell pwd) modules
14 clean:
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