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 / Makefile.BigEndian
blob8a030a5e28f1420daff47e274160d1116471db81
1 #\r
2 # drivers/net/wireless/rt2560/Makefile\r
3 #\r
4 # Makefile for the Linux Wireless network device drivers.\r
5 #\r
6 \r
7 export RALINK_CFLAGS\r
8 \r
9 RALINK_WFLAGS := -Wall -Wstrict-prototypes -Wno-trigraphs\r
10 RALINK_CFLAGS := -g -D__KERNEL__ -I$(LINUX_SRC)/include -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe  $(RALINK_WFLAGS) -DBIG_ENDIAN -DLinux\r
13 EXTRA_CFLAGS += $(RALINK_CFLAGS)\r
15 O_TARGET := rt2560_sta.o\r
17 obj-y           :=\r
18 obj-m           :=\r
19 obj-n           :=\r
20 obj-            :=\r
22 obj-$(CONFIG_RT2560_STA)        += rtmp_main.o \\r
23                         mlme.o \\r
24                         connect.o \\r
25                         sync.o \\r
26                         assoc.o \\r
27                         auth.o \\r
28                         auth_rsp.o \\r
29                         rtmp_data.o \\r
30                         rtmp_init.o \\r
31                         sanity.o \\r
32                         rtmp_wep.o \\r
33                         rtmp_info.o \\r
34                         eeprom.o \\r
35                         md5.o \\r
36                         wpa.o \\r
37                         rtmp_tkip.o\r
39 include $(TOPDIR)/Rules.make\r