Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v2.6.30 47 lines 1.0 kB view raw
1obj-$(CONFIG_RT2870) += rt2870sta.o 2 3# TODO: all of these should be removed 4EXTRA_CFLAGS += -DLINUX -DAGGREGATION_SUPPORT -DPIGGYBACK_SUPPORT -DWMM_SUPPORT 5EXTRA_CFLAGS += -DRT2870 6EXTRA_CFLAGS += -DCONFIG_STA_SUPPORT 7EXTRA_CFLAGS += -DDBG 8EXTRA_CFLAGS += -DDOT11_N_SUPPORT 9EXTRA_CFLAGS += -DWPA_SUPPLICANT_SUPPORT 10EXTRA_CFLAGS += -DNATIVE_WPA_SUPPLICANT_SUPPORT 11 12rt2870sta-objs := \ 13 common/md5.o \ 14 common/mlme.o \ 15 common/rtmp_wep.o \ 16 common/action.o \ 17 common/cmm_data.o \ 18 common/rtmp_init.o \ 19 common/rtmp_tkip.o \ 20 common/cmm_sync.o \ 21 common/eeprom.o \ 22 common/cmm_sanity.o \ 23 common/cmm_info.o \ 24 common/cmm_wpa.o \ 25 common/dfs.o \ 26 common/spectrum.o \ 27 sta/assoc.o \ 28 sta/aironet.o \ 29 sta/auth.o \ 30 sta/auth_rsp.o \ 31 sta/sync.o \ 32 sta/sanity.o \ 33 sta/rtmp_data.o \ 34 sta/connect.o \ 35 sta/wpa.o \ 36 rt_linux.o \ 37 rt_profile.o \ 38 rt_main_dev.o \ 39 sta_ioctl.o \ 40 common/ba_action.o \ 41 2870_main_dev.o \ 42 common/2870_rtmp_init.o \ 43 common/rtusb_io.o \ 44 common/rtusb_bulk.o \ 45 common/rtusb_data.o \ 46 common/cmm_data_2870.o 47