2 # drivers/net/wireless/rt2560/Makefile
\r
4 # Makefile for the Linux Wireless network device drivers.
\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
22 obj-$(CONFIG_RT2560_STA) += rtmp_main.o \
\r
39 include $(TOPDIR)/Rules.make
\r