]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/staging/rt3070/Makefile
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / drivers / staging / rt3070 / Makefile
diff --git a/drivers/staging/rt3070/Makefile b/drivers/staging/rt3070/Makefile
new file mode 100644 (file)
index 0000000..55980c9
--- /dev/null
@@ -0,0 +1,47 @@
+obj-$(CONFIG_RT3070)   += rt3070sta.o
+
+# TODO: all of these should be removed
+EXTRA_CFLAGS += -DLINUX -DAGGREGATION_SUPPORT -DPIGGYBACK_SUPPORT -DWMM_SUPPORT
+EXTRA_CFLAGS += -DRT2870 -DRT30xx -DRT3070
+EXTRA_CFLAGS += -DCONFIG_STA_SUPPORT
+EXTRA_CFLAGS += -DDBG
+EXTRA_CFLAGS += -DDOT11_N_SUPPORT
+EXTRA_CFLAGS += -DWPA_SUPPLICANT_SUPPORT
+EXTRA_CFLAGS += -DNATIVE_WPA_SUPPLICANT_SUPPORT
+
+rt3070sta-objs :=              \
+       common/md5.o            \
+       common/mlme.o           \
+       common/rtmp_wep.o       \
+       common/action.o         \
+       common/cmm_data.o       \
+       common/rtmp_init.o      \
+       common/rtmp_tkip.o      \
+       common/cmm_sync.o       \
+       common/eeprom.o         \
+       common/cmm_sanity.o     \
+       common/cmm_info.o       \
+       common/cmm_wpa.o        \
+       common/dfs.o            \
+       common/spectrum.o       \
+       sta/assoc.o             \
+       sta/aironet.o           \
+       sta/auth.o              \
+       sta/auth_rsp.o          \
+       sta/sync.o              \
+       sta/sanity.o            \
+       sta/rtmp_data.o         \
+       sta/connect.o           \
+       sta/wpa.o               \
+       rt_linux.o              \
+       rt_profile.o            \
+       rt_main_dev.o           \
+       sta_ioctl.o             \
+       common/ba_action.o      \
+       2870_main_dev.o         \
+       common/2870_rtmp_init.o \
+       common/rtusb_io.o       \
+       common/rtusb_bulk.o     \
+       common/rtusb_data.o     \
+       common/cmm_data_2870.o
+