mirror of
https://github.com/YikeStone/MT7601u.git
synced 2025-08-02 19:04:09 +05:30
1424 lines
41 KiB
Makefile
1424 lines
41 KiB
Makefile
# Support ATE function
|
|
HAS_ATE=y
|
|
|
|
# Support QA ATE function
|
|
HAS_QA_SUPPORT=y
|
|
|
|
HAS_RSSI_FEEDBACK=n
|
|
|
|
# Support XLINK mode
|
|
HAS_XLINK=n
|
|
|
|
# Support WSC function
|
|
HAS_WSC=y
|
|
HAS_WSC_V2=y
|
|
HAS_WSC_LED=n
|
|
HAS_IWSC_SUPPORT=y
|
|
|
|
|
|
# Support LLTD function
|
|
HAS_LLTD=n
|
|
|
|
|
|
# Support AP-Client function
|
|
HAS_APCLI=n
|
|
|
|
# Support Wpa_Supplicant
|
|
# i.e. wpa_supplicant -Dralink
|
|
HAS_WPA_SUPPLICANT=y
|
|
|
|
|
|
# Support Native WpaSupplicant for Network Maganger
|
|
# i.e. wpa_supplicant -Dwext
|
|
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
|
|
|
|
#Support Net interface block while Tx-Sw queue full
|
|
HAS_BLOCK_NET_IF=n
|
|
|
|
#Support IGMP-Snooping function.
|
|
HAS_IGMP_SNOOP_SUPPORT=n
|
|
|
|
#Support DFS function
|
|
HAS_DFS_SUPPORT=n
|
|
|
|
#Support Carrier-Sense function
|
|
HAS_CS_SUPPORT=n
|
|
|
|
#Support HE_BD_SUPPORT
|
|
HAS_HE_BD_SUPPORT=n
|
|
|
|
|
|
# Support user specific transmit rate of Multicast packet.
|
|
HAS_MCAST_RATE_SPECIFIC_SUPPORT=n
|
|
|
|
# Support for Multiple Cards
|
|
HAS_MC_SUPPORT=n
|
|
|
|
#Support for PCI-MSI
|
|
HAS_MSI_SUPPORT=n
|
|
|
|
|
|
#Support for IEEE802.11e DLS
|
|
HAS_QOS_DLS_SUPPORT=n
|
|
|
|
#Support for EXT_CHANNEL
|
|
HAS_EXT_BUILD_CHANNEL_LIST=n
|
|
|
|
#Support for IDS
|
|
HAS_IDS_SUPPORT=n
|
|
|
|
|
|
#Support for Net-SNMP
|
|
HAS_SNMP_SUPPORT=n
|
|
|
|
#Support features of 802.11n Draft3
|
|
HAS_DOT11N_DRAFT3_SUPPORT=y
|
|
|
|
#Support features of Single SKU.
|
|
HAS_SINGLE_SKU_SUPPORT=n
|
|
|
|
#Support features of Single SKU.
|
|
HAS_SINGLE_SKU_V2_SUPPORT=n
|
|
|
|
#Support features of 802.11n
|
|
HAS_DOT11_N_SUPPORT=y
|
|
|
|
#Support for 802.11ac VHT
|
|
HAS_DOT11_VHT_SUPPORT=n
|
|
|
|
#Support for WAPI
|
|
HAS_WAPI_SUPPORT=n
|
|
|
|
|
|
#Support for 2860/2880 co-exist
|
|
HAS_RT2880_RT2860_COEXIST=n
|
|
|
|
HAS_KTHREAD_SUPPORT=n
|
|
|
|
|
|
|
|
#Support for dot11z TDLS
|
|
HAS_DOT11Z_TDLS_SUPPORT=n
|
|
|
|
#Support for WiFi-Driect(Peer to Peer)
|
|
HAS_P2P_SUPPORT=n
|
|
HAS_P2P_ODD_MAC_ADJUST=n
|
|
HAS_P2P_SPECIFIC_WIRELESS_EVENT=n
|
|
|
|
#Support for WiFi Display
|
|
HAS_WFD_SUPPORT=n
|
|
|
|
#Support for Auto channel select enhance
|
|
HAS_AUTO_CH_SELECT_ENHANCE=n
|
|
|
|
#Support statistics count
|
|
HAS_STATS_COUNT=y
|
|
|
|
#Support TSSI Antenna Variation
|
|
HAS_TSSI_ANTENNA_VARIATION=n
|
|
|
|
#Support USB_BULK_BUF_ALIGMENT
|
|
HAS_USB_BULK_BUF_ALIGMENT=n
|
|
|
|
#Support for USB_SUPPORT_SELECTIVE_SUSPEND
|
|
HAS_USB_SUPPORT_SELECTIVE_SUSPEND=n
|
|
|
|
#Support USB load firmware by multibyte
|
|
HAS_USB_FIRMWARE_MULTIBYTE_WRITE=n
|
|
|
|
|
|
#Support ANDROID_SUPPORT
|
|
HAS_ANDROID_SUPPORT=n
|
|
|
|
#HAS_IFUP_IN_PROBE_SUPPORT
|
|
HAS_IFUP_IN_PROBE_SUPPORT=n
|
|
|
|
|
|
|
|
|
|
#Support TXRX SW Antenna Diversity
|
|
HAS_TXRX_SW_ANTDIV_SUPPORT=n
|
|
|
|
#Client support WDS function
|
|
HAS_CLIENT_WDS_SUPPORT=n
|
|
|
|
#Support for Bridge Fast Path & Bridge Fast Path function open to other module
|
|
HAS_BGFP_SUPPORT=n
|
|
HAS_BGFP_OPEN_SUPPORT=n
|
|
|
|
# Support HOSTAPD function
|
|
HAS_HOSTAPD_SUPPORT=y
|
|
|
|
#Support GreenAP function
|
|
HAS_GREENAP_SUPPORT=n
|
|
|
|
#Support MAC80211 LINUX-only function
|
|
#Please make sure the version for CFG80211.ko and MAC80211.ko is same as the one
|
|
#our driver references to.
|
|
HAS_CFG80211_SUPPORT=n
|
|
|
|
#Support RFKILL hardware block/unblock LINUX-only function
|
|
HAS_RFKILL_HW_SUPPORT=n
|
|
|
|
|
|
|
|
HAS_APCLI_WPA_SUPPLICANT=n
|
|
|
|
HAS_RTMP_FLASH_SUPPORT=n
|
|
|
|
ifeq ($(OSABL),YES)
|
|
HAS_OSABL_FUNC_SUPPORT=y
|
|
HAS_OSABL_OS_PCI_SUPPORT=y
|
|
HAS_OSABL_OS_USB_SUPPORT=y
|
|
HAS_OSABL_OS_RBUS_SUPPORT=n
|
|
HAS_OSABL_OS_AP_SUPPORT=y
|
|
HAS_OSABL_OS_STA_SUPPORT=y
|
|
endif
|
|
|
|
HAS_LED_CONTROL_SUPPORT=n
|
|
|
|
|
|
#Support WIDI feature
|
|
#Must enable HAS_WSC at the same time.
|
|
|
|
HAS_TXBF_SUPPORT=n
|
|
|
|
HAS_STREAM_MODE_SUPPORT=n
|
|
|
|
HAS_NEW_RATE_ADAPT_SUPPORT=n
|
|
|
|
HAS_RATE_ADAPT_AGS_SUPPORT=n
|
|
|
|
|
|
|
|
|
|
#MT7601
|
|
HAS_RX_CSO_SUPPORT=y
|
|
|
|
|
|
HAS_WOW_SUPPORT=n
|
|
HAS_WOW_IFDOWN_SUPPORT=n
|
|
HAS_NEW_WOW_SUPPORT=n
|
|
|
|
HAS_ANDES_FIRMWARE_SUPPORT=n
|
|
|
|
HAS_HDR_TRANS_SUPPORT=n
|
|
|
|
HAS_MULTI_CHANNEL=n
|
|
|
|
HAS_MICROWAVE_OVEN_SUPPORT=n
|
|
|
|
HAS_WIFI_P2P_CONCURRENT_FAST_SCAN=n
|
|
|
|
#################################################
|
|
|
|
CC := $(CROSS_COMPILE)gcc
|
|
LD := $(CROSS_COMPILE)ld
|
|
|
|
WFLAGS := -DAGGREGATION_SUPPORT -DPIGGYBACK_SUPPORT -DWMM_SUPPORT -DLINUX -Wall -Wstrict-prototypes -Wno-trigraphs
|
|
WFLAGS += -DSYSTEM_LOG_SUPPORT -DRT28xx_MODE=$(RT28xx_MODE) -DCHIPSET=$(MODULE) -DRESOURCE_PRE_ALLOC
|
|
#WFLAGS += -DFPGA_MODE
|
|
WFLAGS += -I$(RT28xx_DIR)/include
|
|
|
|
|
|
|
|
|
|
|
|
ifeq ($(HAS_WIFI_P2P_CONCURRENT_FAST_SCAN),y)
|
|
WFLAGS += -DWIFI_P2P_CONCURRENT_FAST_SCAN
|
|
endif
|
|
|
|
ifeq ($(HAS_HE_BD_SUPPORT),y)
|
|
WFLAGS += -DHE_BD_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_KTHREAD_SUPPORT),y)
|
|
WFLAGS += -DKTHREAD_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_RTMP_FLASH_SUPPORT),y)
|
|
WFLAGS += -DRTMP_FLASH_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_STREAM_MODE_SUPPORT),y)
|
|
WFLAGS += -DSTREAM_MODE_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_SINGLE_SKU_SUPPORT),y)
|
|
WFLAGS += -DSINGLE_SKU
|
|
endif
|
|
|
|
ifeq ($(HAS_SINGLE_SKU_V2_SUPPORT),y)
|
|
WFLAGS += -DSINGLE_SKU_V2
|
|
endif
|
|
|
|
ifeq ($(HAS_DOT11_VHT_SUPPORT),y)
|
|
WFLAGS += -DDOT11_VHT_AC
|
|
endif
|
|
|
|
ifeq ($(HAS_ANDES_FIRMWARE_SUPPORT),y)
|
|
WFLAGS += -DANDES_FIRMWARE_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_HDR_TRANS_SUPPORT),y)
|
|
WFLAGS += -DHDR_TRANS_SUPPORT
|
|
endif
|
|
|
|
# config for AP mode
|
|
|
|
ifeq ($(RT28xx_MODE),AP)
|
|
WFLAGS += -DCONFIG_AP_SUPPORT -DUAPSD_SUPPORT -DMBSS_SUPPORT -DIAPP_SUPPORT -DDBG -DDOT1X_SUPPORT -DAP_SCAN_SUPPORT -DSCAN_SUPPORT
|
|
|
|
ifeq ($(HAS_APCLI_WPA_SUPPLICANT),y)
|
|
WFLAGS += -DApCli_WPA_SUPPLICANT_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_HOSTAPD_SUPPORT),y)
|
|
WFLAGS += -DHOSTAPD_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_ATE),y)
|
|
WFLAGS += -DRALINK_ATE
|
|
WFLAGS += -DCONFIG_RT2880_ATE_CMD_NEW
|
|
WFLAGS += -I$(RT28xx_DIR)/ate/include
|
|
ifeq ($(HAS_QA_SUPPORT),y)
|
|
WFLAGS += -DRALINK_QA
|
|
endif
|
|
endif
|
|
|
|
ifeq ($(HAS_RSSI_FEEDBACK),y)
|
|
WFLAGS += -DRSSI_FEEDBACK
|
|
endif
|
|
|
|
|
|
|
|
|
|
ifeq ($(HAS_WSC),y)
|
|
WFLAGS += -DWSC_AP_SUPPORT
|
|
|
|
ifeq ($(HAS_WSC_V2),y)
|
|
WFLAGS += -DWSC_V2_SUPPORT
|
|
endif
|
|
ifeq ($(HAS_WSC_LED),y)
|
|
WFLAGS += -DWSC_LED_SUPPORT
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(HAS_APCLI),y)
|
|
WFLAGS += -DAPCLI_SUPPORT -DMAT_SUPPORT -DAP_SCAN_SUPPORT -DSCAN_SUPPORT
|
|
#ifeq ($(HAS_ETH_CONVERT_SUPPORT), y)
|
|
#WFLAGS += -DETH_CONVERT_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_IGMP_SNOOP_SUPPORT),y)
|
|
WFLAGS += -DIGMP_SNOOP_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_CS_SUPPORT),y)
|
|
WFLAGS += -DCARRIER_DETECTION_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_MCAST_RATE_SPECIFIC_SUPPORT), y)
|
|
WFLAGS += -DMCAST_RATE_SPECIFIC
|
|
endif
|
|
|
|
ifneq ($(findstring 2860,$(CHIPSET)),)
|
|
ifeq ($(HAS_MSI_SUPPORT),y)
|
|
WFLAGS += -DPCI_MSI_SUPPORT
|
|
endif
|
|
endif
|
|
|
|
|
|
ifeq ($(HAS_QOS_DLS_SUPPORT),y)
|
|
WFLAGS += -DQOS_DLS_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_SNMP_SUPPORT),y)
|
|
WFLAGS += -DSNMP_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_DOT11_N_SUPPORT),y)
|
|
WFLAGS += -DDOT11_N_SUPPORT
|
|
|
|
ifeq ($(HAS_DOT11N_DRAFT3_SUPPORT),y)
|
|
WFLAGS += -DDOT11N_DRAFT3
|
|
endif
|
|
|
|
ifeq ($(HAS_TXBF_SUPPORT),y)
|
|
WFLAGS += -DTXBF_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_NEW_RATE_ADAPT_SUPPORT),y)
|
|
WFLAGS += -DNEW_RATE_ADAPT_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_RATE_ADAPT_AGS_SUPPORT),y)
|
|
WFLAGS += -DAGS_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_GREENAP_SUPPORT),y)
|
|
WFLAGS += -DGREENAP_SUPPORT
|
|
endif
|
|
|
|
endif
|
|
|
|
ifeq ($(HAS_AUTO_CH_SELECT_ENHANCE),y)
|
|
WFLAGS += -DAUTO_CH_SELECT_ENHANCE
|
|
endif
|
|
|
|
ifeq ($(HAS_STATS_COUNT),y)
|
|
WFLAGS += -DSTATS_COUNT_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_TSSI_ANTENNA_VARIATION),y)
|
|
WFLAGS += -DTSSI_ANTENNA_VARIATION
|
|
endif
|
|
|
|
ifeq ($(HAS_USB_BULK_BUF_ALIGMENT),y)
|
|
WFLAGS += -DUSB_BULK_BUF_ALIGMENT
|
|
endif
|
|
|
|
|
|
ifeq ($(HAS_CFG80211_SUPPORT),y)
|
|
WFLAGS += -DRT_CFG80211_SUPPORT -DEXT_BUILD_CHANNEL_LIST
|
|
ifeq ($(HAS_RFKILL_HW_SUPPORT),y)
|
|
WFLAGS += -DRFKILL_HW_SUPPORT
|
|
endif
|
|
endif
|
|
|
|
ifeq ($(OSABL),YES)
|
|
WFLAGS += -DOS_ABL_SUPPORT
|
|
ifeq ($(HAS_OSABL_FUNC_SUPPORT),y)
|
|
WFLAGS += -DOS_ABL_FUNC_SUPPORT
|
|
endif
|
|
ifeq ($(HAS_OSABL_OS_PCI_SUPPORT),y)
|
|
WFLAGS += -DOS_ABL_OS_PCI_SUPPORT
|
|
endif
|
|
ifeq ($(HAS_OSABL_OS_USB_SUPPORT),y)
|
|
WFLAGS += -DOS_ABL_OS_USB_SUPPORT
|
|
endif
|
|
ifeq ($(HAS_OSABL_OS_RBUS_SUPPORT),y)
|
|
WFLAGS += -DOS_ABL_OS_RBUS_SUPPORT
|
|
endif
|
|
ifeq ($(HAS_OSABL_OS_AP_SUPPORT),y)
|
|
WFLAGS += -DOS_ABL_OS_AP_SUPPORT
|
|
endif
|
|
ifeq ($(HAS_OSABL_OS_STA_SUPPORT),y)
|
|
WFLAGS += -DOS_ABL_OS_STA_SUPPORT
|
|
endif
|
|
endif
|
|
|
|
|
|
ifeq ($(HAS_TXRX_SW_ANTDIV_SUPPORT),y)
|
|
WFLAGS += -DTXRX_SW_ANTDIV_SUPPORT
|
|
endif
|
|
|
|
|
|
endif #// endif of RT2860_MODE == AP //
|
|
|
|
#################################################
|
|
|
|
# config for STA mode
|
|
|
|
ifeq ($(RT28xx_MODE),STA)
|
|
WFLAGS += -DCONFIG_STA_SUPPORT -DSCAN_SUPPORT -DDBG
|
|
|
|
ifeq ($(HAS_XLINK),y)
|
|
WFLAGS += -DXLINK_SUPPORT
|
|
endif
|
|
|
|
WFLAGS += -DADHOC_WPA2PSK_SUPPORT
|
|
|
|
ifeq ($(HAS_WPA_SUPPLICANT),y)
|
|
WFLAGS += -DWPA_SUPPLICANT_SUPPORT
|
|
ifeq ($(HAS_NATIVE_WPA_SUPPLICANT_SUPPORT),y)
|
|
WFLAGS += -DNATIVE_WPA_SUPPLICANT_SUPPORT
|
|
endif
|
|
endif
|
|
|
|
ifeq ($(HAS_WSC),y)
|
|
WFLAGS += -DWSC_STA_SUPPORT
|
|
ifeq ($(HAS_WSC_V2),y)
|
|
WFLAGS += -DWSC_V2_SUPPORT
|
|
endif
|
|
ifeq ($(HAS_WSC_LED),y)
|
|
WFLAGS += -DWSC_LED_SUPPORT
|
|
endif
|
|
ifeq ($(HAS_IWSC_SUPPORT),y)
|
|
WFLAGS += -DIWSC_SUPPORT
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(HAS_ATE),y)
|
|
WFLAGS += -DRALINK_ATE
|
|
WFLAGS += -DCONFIG_RT2880_ATE_CMD_NEW
|
|
WFLAGS += -I$(RT28xx_DIR)/ate/include
|
|
ifeq ($(HAS_QA_SUPPORT),y)
|
|
WFLAGS += -DRALINK_QA
|
|
endif
|
|
endif
|
|
|
|
|
|
ifeq ($(HAS_SNMP_SUPPORT),y)
|
|
WFLAGS += -DSNMP_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_QOS_DLS_SUPPORT),y)
|
|
WFLAGS += -DQOS_DLS_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_DOT11_N_SUPPORT),y)
|
|
WFLAGS += -DDOT11_N_SUPPORT
|
|
|
|
ifeq ($(HAS_DOT11N_DRAFT3_SUPPORT),y)
|
|
WFLAGS += -DDOT11N_DRAFT3
|
|
endif
|
|
|
|
ifeq ($(HAS_TXBF_SUPPORT),y)
|
|
WFLAGS += -DTXBF_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_NEW_RATE_ADAPT_SUPPORT),y)
|
|
WFLAGS += -DNEW_RATE_ADAPT_SUPPORT
|
|
endif
|
|
|
|
endif
|
|
|
|
ifeq ($(HAS_DOT11Z_TDLS_SUPPORT),y)
|
|
WFLAGS += -DDOT11Z_TDLS_SUPPORT -DUAPSD_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_MULTI_CHANNEL),y)
|
|
HAS_P2P_SUPPORT=y
|
|
HAS_P2P_SPECIFIC_WIRELESS_EVENT=y
|
|
WFLAGS += -DCONFIG_MULTI_CHANNEL
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(HAS_WFD_SUPPORT),y)
|
|
HAS_P2P_SUPPORT=y
|
|
HAS_P2P_SPECIFIC_WIRELESS_EVENT=y
|
|
WFLAGS += -DWFD_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_P2P_SUPPORT),y)
|
|
WFLAGS += -DP2P_SUPPORT -DAPCLI_SUPPORT -DMAT_SUPPORT -DAP_SCAN_SUPPORT -DSCAN_SUPPORT -DP2P_APCLI_SUPPORT -DCONFIG_AP_SUPPORT -DCONFIG_APSTA_MIXED_SUPPORT -DUAPSD_SUPPORT -DMBSS_SUPPORT -DIAPP_SUPPORT -DDOT1X_SUPPORT -DWSC_AP_SUPPORT -DWSC_STA_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_P2P_ODD_MAC_ADJUST),y)
|
|
WFLAGS += -DP2P_ODD_MAC_ADJUST
|
|
endif
|
|
|
|
ifeq ($(HAS_P2P_SPECIFIC_WIRELESS_EVENT),y)
|
|
WFLAGS += -DRT_P2P_SPECIFIC_WIRELESS_EVENT
|
|
endif
|
|
|
|
ifeq ($(HAS_CS_SUPPORT),y)
|
|
WFLAGS += -DCARRIER_DETECTION_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_STATS_COUNT),y)
|
|
WFLAGS += -DSTATS_COUNT_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_TSSI_ANTENNA_VARIATION),y)
|
|
WFLAGS += -DTSSI_ANTENNA_VARIATION
|
|
endif
|
|
|
|
ifeq ($(HAS_ANDROID_SUPPORT),y)
|
|
WFLAGS += -DANDROID_SUPPORT
|
|
endif
|
|
|
|
|
|
ifeq ($(HAS_IFUP_IN_PROBE_SUPPORT),y)
|
|
WFLAGS += -DIFUP_IN_PROBE
|
|
endif
|
|
|
|
ifeq ($(HAS_USB_SUPPORT_SELECTIVE_SUSPEND),y)
|
|
WFLAGS += -DUSB_SUPPORT_SELECTIVE_SUSPEND
|
|
endif
|
|
|
|
ifeq ($(HAS_USB_FIRMWARE_MULTIBYTE_WRITE),y)
|
|
WFLAGS += -DUSB_FIRMWARE_MULTIBYTE_WRITE -DMULTIWRITE_BYTES=4
|
|
endif
|
|
|
|
ifeq ($(HAS_CFG80211_SUPPORT),y)
|
|
WFLAGS += -DRT_CFG80211_SUPPORT -DEXT_BUILD_CHANNEL_LIST
|
|
ifeq ($(HAS_RFKILL_HW_SUPPORT),y)
|
|
WFLAGS += -DRFKILL_HW_SUPPORT
|
|
endif
|
|
endif
|
|
|
|
ifeq ($(OSABL),YES)
|
|
WFLAGS += -DOS_ABL_SUPPORT
|
|
ifeq ($(HAS_OSABL_FUNC_SUPPORT),y)
|
|
WFLAGS += -DOS_ABL_FUNC_SUPPORT
|
|
endif
|
|
ifeq ($(HAS_OSABL_OS_PCI_SUPPORT),y)
|
|
WFLAGS += -DOS_ABL_OS_PCI_SUPPORT
|
|
endif
|
|
ifeq ($(HAS_OSABL_OS_USB_SUPPORT),y)
|
|
WFLAGS += -DOS_ABL_OS_USB_SUPPORT
|
|
endif
|
|
ifeq ($(HAS_OSABL_OS_RBUS_SUPPORT),y)
|
|
WFLAGS += -DOS_ABL_OS_RBUS_SUPPORT
|
|
endif
|
|
ifeq ($(HAS_OSABL_OS_AP_SUPPORT),y)
|
|
WFLAGS += -DOS_ABL_OS_AP_SUPPORT
|
|
endif
|
|
ifeq ($(HAS_OSABL_OS_STA_SUPPORT),y)
|
|
WFLAGS += -DOS_ABL_OS_STA_SUPPORT
|
|
endif
|
|
endif
|
|
|
|
|
|
ifeq ($(HAS_TXRX_SW_ANTDIV_SUPPORT),y)
|
|
WFLAGS += -DTXRX_SW_ANTDIV_SUPPORT
|
|
endif
|
|
|
|
|
|
ifeq ($(HAS_WIDI_SUPPORT),y)
|
|
WFLAGS += -DWIDI_SUPPORT
|
|
|
|
ifeq ($(HAS_P2P_SUPPORT),y)
|
|
ifeq ($(HAS_INTEL_WFD_SUPPORT),y)
|
|
WFLAGS += -DINTEL_WFD_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_WFA_WFD_SUPPORT),y)
|
|
WFLAGS += -DWFA_WFD_SUPPORT
|
|
endif
|
|
endif
|
|
|
|
endif
|
|
|
|
ifeq ($(HAS_WOW_SUPPORT),y)
|
|
WFLAGS += -DWOW_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_WOW_IFDOWN_SUPPORT),y)
|
|
WFLAGS += -DWOW_IFDOWN_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_NEW_WOW_SUPPORT),y)
|
|
WFLAGS += -DNEW_WOW_SUPPORT
|
|
endif
|
|
|
|
endif
|
|
# endif of ifeq ($(RT28xx_MODE),STA)
|
|
|
|
#################################################
|
|
|
|
# config for APSTA
|
|
|
|
ifeq ($(RT28xx_MODE),APSTA)
|
|
WFLAGS += -DCONFIG_AP_SUPPORT -DCONFIG_STA_SUPPORT -DCONFIG_APSTA_MIXED_SUPPORT -DUAPSD_SUPPORT -DMBSS_SUPPORT -DIAPP_SUPPORT -DDOT1X_SUPPORT -DAP_SCAN_SUPPORT -DSCAN_SUPPORT -DDBG
|
|
|
|
|
|
ifeq ($(HAS_WSC),y)
|
|
WFLAGS += -DWSC_AP_SUPPORT -DWSC_STA_SUPPORT
|
|
endif
|
|
|
|
|
|
ifeq ($(HAS_APCLI),y)
|
|
WFLAGS += -DAPCLI_SUPPORT -DMAT_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_IGMP_SNOOP_SUPPORT),y)
|
|
WFLAGS += -DIGMP_SNOOP_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_CS_SUPPORT),y)
|
|
WFLAGS += -DCARRIER_DETECTION_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_MCAST_RATE_SPECIFIC_SUPPORT), y)
|
|
WFLAGS += -DMCAST_RATE_SPECIFIC
|
|
endif
|
|
|
|
ifeq ($(HAS_QOS_DLS_SUPPORT),y)
|
|
WFLAGS += -DQOS_DLS_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_WPA_SUPPLICANT),y)
|
|
WFLAGS += -DWPA_SUPPLICANT_SUPPORT
|
|
ifeq ($(HAS_NATIVE_WPA_SUPPLICANT_SUPPORT),y)
|
|
WFLAGS += -DNATIVE_WPA_SUPPLICANT_SUPPORT
|
|
endif
|
|
endif
|
|
|
|
|
|
ifeq ($(HAS_ATE),y)
|
|
WFLAGS += -DRALINK_ATE
|
|
WFLAGS += -DCONFIG_RT2880_ATE_CMD_NEW
|
|
WFLAGS += -I$(RT28xx_DIR)/ate/include
|
|
ifeq ($(HAS_QA_SUPPORT),y)
|
|
WFLAGS += -DRALINK_QA
|
|
endif
|
|
endif
|
|
|
|
ifeq ($(HAS_DOT11_N_SUPPORT),y)
|
|
WFLAGS += -DDOT11_N_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_TXBF_SUPPORT),y)
|
|
WFLAGS += -DTXBF_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_NEW_RATE_ADAPT_SUPPORT),y)
|
|
WFLAGS += -DNEW_RATE_ADAPT_SUPPORT
|
|
endif
|
|
|
|
|
|
ifeq ($(HAS_CS_SUPPORT),y)
|
|
WFLAGS += -DCARRIER_DETECTION_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_STATS_COUNT),y)
|
|
WFLAGS += -DSTATS_COUNT_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_TSSI_ANTENNA_VARIATION),y)
|
|
WFLAGS += -DTSSI_ANTENNA_VARIATION
|
|
endif
|
|
|
|
ifeq ($(HAS_CFG80211_SUPPORT),y)
|
|
WFLAGS += -DRT_CFG80211_SUPPORT
|
|
ifeq ($(HAS_RFKILL_HW_SUPPORT),y)
|
|
WFLAGS += -DRFKILL_HW_SUPPORT
|
|
endif
|
|
endif
|
|
|
|
ifeq ($(OSABL),YES)
|
|
WFLAGS += -DOS_ABL_SUPPORT
|
|
ifeq ($(HAS_OSABL_FUNC_SUPPORT),y)
|
|
WFLAGS += -DOS_ABL_FUNC_SUPPORT
|
|
endif
|
|
ifeq ($(HAS_OSABL_OS_PCI_SUPPORT),y)
|
|
WFLAGS += -DOS_ABL_OS_PCI_SUPPORT
|
|
endif
|
|
ifeq ($(HAS_OSABL_OS_USB_SUPPORT),y)
|
|
WFLAGS += -DOS_ABL_OS_USB_SUPPORT
|
|
endif
|
|
ifeq ($(HAS_OSABL_OS_RBUS_SUPPORT),y)
|
|
WFLAGS += -DOS_ABL_OS_RBUS_SUPPORT
|
|
endif
|
|
ifeq ($(HAS_OSABL_OS_AP_SUPPORT),y)
|
|
WFLAGS += -DOS_ABL_OS_AP_SUPPORT
|
|
endif
|
|
ifeq ($(HAS_OSABL_OS_STA_SUPPORT),y)
|
|
WFLAGS += -DOS_ABL_OS_STA_SUPPORT
|
|
endif
|
|
endif
|
|
|
|
ifeq ($(HAS_P2P_SUPPORT),y)
|
|
WFLAGS += -DP2P_SUPPORT
|
|
WFLAGS += -DAPCLI_SUPPORT -DMAT_SUPPORT -DAP_SCAN_SUPPORT -DSCAN_SUPPORT -DP2P_APCLI_SUPPORT
|
|
endif
|
|
|
|
endif
|
|
# endif of ifeq ($(RT28xx_MODE),APSTA)
|
|
#################################################
|
|
|
|
#
|
|
# Common compiler flag
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ifeq ($(HAS_EXT_BUILD_CHANNEL_LIST),y)
|
|
WFLAGS += -DEXT_BUILD_CHANNEL_LIST
|
|
endif
|
|
|
|
ifeq ($(HAS_IDS_SUPPORT),y)
|
|
WFLAGS += -DIDS_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_WAPI_SUPPORT),y)
|
|
WFLAGS += -DWAPI_SUPPORT -DSOFT_ENCRYPT -DEXPORT_SYMTAB
|
|
endif
|
|
|
|
ifeq ($(OSABL),YES)
|
|
WFLAGS += -DEXPORT_SYMTAB
|
|
endif
|
|
|
|
ifeq ($(HAS_CLIENT_WDS_SUPPORT),y)
|
|
WFLAGS += -DCLIENT_WDS
|
|
endif
|
|
|
|
ifeq ($(HAS_BGFP_SUPPORT),y)
|
|
WFLAGS += -DBG_FT_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_BGFP_OPEN_SUPPORT),y)
|
|
WFLAGS += -DBG_FT_OPEN_SUPPORT
|
|
endif
|
|
|
|
|
|
ifeq ($(HAS_LED_CONTROL_SUPPORT),y)
|
|
WFLAGS += -DLED_CONTROL_SUPPORT
|
|
endif
|
|
|
|
|
|
ifeq ($(HAS_MICROWAVE_OVEN_SUPPORT),y)
|
|
WFLAGS += -DMICROWAVE_OVEN_SUPPORT
|
|
endif
|
|
|
|
#################################################
|
|
# ChipSet specific definitions.
|
|
#
|
|
ifneq ($(findstring 2860,$(CHIPSET)),)
|
|
WFLAGS +=-DRTMP_MAC_PCI -DRTMP_PCI_SUPPORT -DRT2860 -DRT28xx -DA_BAND_SUPPORT
|
|
CHIPSET_DAT = 2860
|
|
endif
|
|
|
|
ifneq ($(findstring 3090,$(CHIPSET)),)
|
|
WFLAGS +=-DRTMP_MAC_PCI -DRT30xx -DRT3090 -DRTMP_PCI_SUPPORT -DRTMP_RF_RW_SUPPORT -DRTMP_EFUSE_SUPPORT -DVCORECAL_SUPPORT
|
|
CHIPSET_DAT = 2860
|
|
endif
|
|
|
|
ifneq ($(findstring 2870,$(CHIPSET)),)
|
|
WFLAGS +=-DRTMP_MAC_USB -DRTMP_USB_SUPPORT -DRT2870 -DRT28xx -DRTMP_TIMER_TASK_SUPPORT -DA_BAND_SUPPORT
|
|
CHIPSET_DAT = 2870
|
|
endif
|
|
|
|
ifneq ($(findstring 2070,$(CHIPSET)),)
|
|
WFLAGS +=-DRTMP_MAC_USB -DRT30xx -DRT3070 -DRT2070 -DRTMP_USB_SUPPORT -DRTMP_TIMER_TASK_SUPPORT -DRTMP_RF_RW_SUPPORT -DRTMP_EFUSE_SUPPORT
|
|
CHIPSET_DAT = 2870
|
|
endif
|
|
|
|
ifneq ($(findstring 3070,$(CHIPSET)),)
|
|
WFLAGS +=-DRTMP_MAC_USB -DRT30xx -DRT3070 -DRTMP_USB_SUPPORT -DRTMP_TIMER_TASK_SUPPORT -DRTMP_RF_RW_SUPPORT -DRTMP_EFUSE_SUPPORT -DVCORECAL_SUPPORT
|
|
CHIPSET_DAT = 2870
|
|
|
|
ifneq ($(findstring $(RT28xx_MODE),AP),)
|
|
ifeq ($(HAS_CS_SUPPORT), y)
|
|
WFLAGS += -DCARRIER_DETECTION_FIRMWARE_SUPPORT
|
|
endif
|
|
endif
|
|
|
|
endif
|
|
|
|
ifneq ($(findstring 2880,$(CHIPSET)),)
|
|
WFLAGS += -DRT2880 -DRT28xx -DRTMP_MAC_PCI -DCONFIG_RALINK_RT2880_MP -DRTMP_RBUS_SUPPORT -DMERGE_ARCH_TEAM -DA_BAND_SUPPORT -DCONFIG_SWMCU_SUPPORT
|
|
ifeq ($(HAS_WIFI_LED_SHARE), y)
|
|
WFLAGS += -DCONFIG_WIFI_LED_SHARE
|
|
endif
|
|
endif
|
|
|
|
ifneq ($(findstring 3572,$(CHIPSET)),)
|
|
WFLAGS +=-DRTMP_MAC_USB -DRTMP_USB_SUPPORT -DRT2870 -DRT28xx -DRT30xx -DRT35xx -DRT3572 -DRTMP_TIMER_TASK_SUPPORT -DRTMP_RF_RW_SUPPORT -DRTMP_EFUSE_SUPPORT -DA_BAND_SUPPORT -DVCORECAL_SUPPORT
|
|
CHIPSET_DAT = 2870
|
|
|
|
ifneq ($(findstring $(RT28xx_MODE),AP),)
|
|
ifeq ($(HAS_CS_SUPPORT), y)
|
|
WFLAGS += -DCARRIER_DETECTION_FIRMWARE_SUPPORT
|
|
endif
|
|
endif
|
|
|
|
endif
|
|
|
|
ifneq ($(findstring 3573,$(CHIPSET)),)
|
|
WFLAGS += -DRTMP_MAC_USB -DRTMP_USB_SUPPORT -DRT30xx -DRT35xx -DRT3593 -DRT3573\
|
|
-DRTMP_TIMER_TASK_SUPPORT -DRTMP_RF_RW_SUPPORT -DRTMP_EFUSE_SUPPORT\
|
|
-DA_BAND_SUPPORT -DDOT11N_SS3_SUPPORT \
|
|
-DVCORECAL_SUPPORT -DNEW_MBSSID_MODE
|
|
#WFLAGS += -DNEW_RATE_ADAPT_SUPPORT
|
|
CHIPSET_DAT = 2870
|
|
|
|
ifneq ($(findstring $(RT28xx_MODE),STA APSTA),)
|
|
WFLAGS += -DRTMP_FREQ_CALIBRATION_SUPPORT
|
|
endif
|
|
|
|
ifneq ($(findstring $(RT28xx_MODE),AP),)
|
|
WFLAGS += -DSPECIFIC_BCN_BUF_SUPPORT
|
|
endif
|
|
|
|
ifneq ($(findstring $(RT28xx_MODE),AP),)
|
|
ifeq ($(HAS_CS_SUPPORT), y)
|
|
WFLAGS += -DCARRIER_DETECTION_FIRMWARE_SUPPORT
|
|
endif
|
|
endif
|
|
|
|
endif
|
|
|
|
ifneq ($(findstring 3062,$(CHIPSET)),)
|
|
WFLAGS +=-DRTMP_MAC_PCI -DRT2860 -DRT28xx -DRT30xx -DRT35xx -DRT3062 -DRTMP_PCI_SUPPORT -DRTMP_RF_RW_SUPPORT -DRTMP_EFUSE_SUPPORT -DVCORECAL_SUPPORT
|
|
CHIPSET_DAT = 2860
|
|
endif
|
|
|
|
ifneq ($(findstring 3562,$(CHIPSET)),)
|
|
WFLAGS +=-DRTMP_MAC_PCI -DRT2860 -DRT28xx -DRT30xx -DRT35xx -DRT3562 -DRTMP_PCI_SUPPORT -DRTMP_RF_RW_SUPPORT -DRTMP_EFUSE_SUPPORT -DA_BAND_SUPPORT -DVCORECAL_SUPPORT
|
|
|
|
CHIPSET_DAT = 2860
|
|
endif
|
|
|
|
ifneq ($(findstring 3593,$(CHIPSET)),)
|
|
WFLAGS +=-DRTMP_MAC_PCI -DDOT11N_SS3_SUPPORT -DRT3593 -DRT28xx -DRT30xx -DRT35xx -DRTMP_PCI_SUPPORT -DRTMP_RF_RW_SUPPORT -DRTMP_EFUSE_SUPPORT -DA_BAND_SUPPORT -DNEW_MBSSID_MODE -DVCORECAL_SUPPORT
|
|
|
|
#WFLAGS += -DNEW_RATE_ADAPT_SUPPORT
|
|
CHIPSET_DAT = 2860
|
|
|
|
ifneq ($(findstring $(RT28xx_MODE),STA APSTA),)
|
|
WFLAGS += -DRTMP_FREQ_CALIBRATION_SUPPORT
|
|
endif
|
|
|
|
ifneq ($(findstring $(RT28xx_MODE),AP),)
|
|
WFLAGS += -DSPECIFIC_BCN_BUF_SUPPORT
|
|
endif
|
|
endif
|
|
|
|
ifneq ($(findstring 3390,$(CHIPSET)),)
|
|
WFLAGS +=-DRTMP_MAC_PCI -DRT30xx -DRT33xx -DRT3090 -DRT3390 -DRTMP_PCI_SUPPORT -DRTMP_RF_RW_SUPPORT -DRTMP_EFUSE_SUPPORT -DRTMP_INTERNAL_TX_ALC -DVCORECAL_SUPPORT
|
|
CHIPSET_DAT = 2860
|
|
endif
|
|
|
|
ifneq ($(findstring 8592,$(CHIPSET)),)
|
|
WFLAGS += -DRT8592 -DRT65xx -DRLT_MAC -DRTMP_MAC_PCI -DRTMP_PCI_SUPPORT -DA_BAND_SUPPORT -DRX_DMA_SCATTER
|
|
WFLAGS += -DRTMP_RF_RW_SUPPORT -DIQ_CAL_SUPPORT -DVCORECAL_SUPPORT
|
|
#WFLAGS += -DRTMP_EFUSE_SUPPORT
|
|
ifneq ($(findstring $(RT28xx_MODE),AP),)
|
|
# TODO: shiang-6590, need to ask hardware about the memory base setting first!!
|
|
#WFLAGS += -DSPECIFIC_BCN_BUF_SUPPORT
|
|
endif
|
|
CHIPSET_DAT = 2860
|
|
endif
|
|
|
|
ifneq ($(findstring 6590,$(CHIPSET)),)
|
|
WFLAGS += -DRT6590 -DRT65xx -DRLT_MAC -DRLT_RF -DRTMP_MAC_PCI -DRTMP_PCI_SUPPORT -DA_BAND_SUPPORT -DRX_DMA_SCATTER
|
|
#-DRTMP_FREQ_CALIBRATION_SUPPORT -DVCORECAL_SUPPORT
|
|
ifneq ($(findstring $(RT28xx_MODE),AP),)
|
|
#WFLAGS += -DSPECIFIC_BCN_BUF_SUPPORT
|
|
endif
|
|
CHIPSET_DAT = 2860
|
|
endif
|
|
|
|
|
|
ifneq ($(findstring 6570,$(CHIPSET)),)
|
|
WFLAGS += -DRT6570 -DRT65xx -DRLT_MAC -DRLT_RF -DRTMP_MAC_USB -DRTMP_USB_SUPPORT -DRTMP_TIMER_TASK_SUPPORT -DA_BAND_SUPPORT -DRX_DMA_SCATTER -DRTMP_EFUSE_SUPPORT -DNEW_MBSSID_MODE
|
|
ifneq ($(findstring $(RT28xx_MODE),AP),)
|
|
#WFLAGS += -DSPECIFIC_BCN_BUF_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_CSO_SUPPORT), y)
|
|
WFLAGS += -DCONFIG_CSO_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_TSO_SUPPORT), y)
|
|
WFLAGS += -DCONFIG_CSO_SUPPORT -DCONFIG_TSO_SUPPORT -DTX_PKT_SG
|
|
endif
|
|
|
|
CHIPSET_DAT = 2870
|
|
endif
|
|
|
|
ifneq ($(findstring 7601E,$(CHIPSET)),)
|
|
WFLAGS += -DMT7601E -DMT7601 -DRLT_MAC -DRLT_RF -DRTMP_MAC_PCI -DRTMP_PCI_SUPPORT -DRX_DMA_SCATTER -DVCORECAL_SUPPORT -DVCORECAL_SUPPORT -DRTMP_EFUSE_SUPPORT -DhNEW_MBSSID_MODE -DRTMP_INTERNAL_TX_ALC -DCONFIG_ANDES_SUPPORT
|
|
#-DRTMP_FREQ_CALIBRATION_SUPPORT
|
|
ifneq ($(findstring $(RT28xx_MODE),AP),)
|
|
#WFLAGS += -DSPECIFIC_BCN_BUF_SUPPORT
|
|
endif
|
|
|
|
ifneq ($(findstring $(RT28xx_MODE),STA APSTA),)
|
|
WFLAGS += -DRTMP_FREQ_CALIBRATION_SUPPORT
|
|
endif
|
|
|
|
CHIPSET_DAT = 2860
|
|
endif
|
|
|
|
|
|
ifneq ($(findstring 7601U,$(CHIPSET)),)
|
|
WFLAGS += -DMT7601U -DMT7601 -DRLT_MAC -DRLT_RF -DRTMP_MAC_USB -DRTMP_USB_SUPPORT -DRTMP_TIMER_TASK_SUPPORT -DRX_DMA_SCATTER -DVCORECAL_SUPPORT -DRTMP_EFUSE_SUPPORT -DNEW_MBSSID_MODE -DRTMP_INTERNAL_TX_ALC -DCONFIG_ANDES_SUPPORT -DDPD_CALIBRATION_SUPPORT
|
|
ifneq ($(findstring $(RT28xx_MODE),AP),)
|
|
#WFLAGS += -DSPECIFIC_BCN_BUF_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_RX_CSO_SUPPORT), y)
|
|
WFLAGS += -DCONFIG_RX_CSO_SUPPORT
|
|
endif
|
|
|
|
ifneq ($(findstring $(RT28xx_MODE),AP),)
|
|
else
|
|
WFLAGS += -DRTMP_FREQ_CALIBRATION_SUPPORT
|
|
endif
|
|
|
|
CHIPSET_DAT = 2870
|
|
endif
|
|
|
|
ifneq ($(findstring 3370,$(CHIPSET)),)
|
|
WFLAGS +=-DRTMP_MAC_USB -DRT30xx -DRT33xx -DRT3070 -DRT3370 -DRTMP_USB_SUPPORT -DRTMP_TIMER_TASK_SUPPORT -DRTMP_RF_RW_SUPPORT -DRTMP_EFUSE_SUPPORT -DRTMP_INTERNAL_TX_ALC -DVCORECAL_SUPPORT
|
|
CHIPSET_DAT = 2870
|
|
|
|
ifneq ($(findstring $(RT28xx_MODE),AP),)
|
|
ifeq ($(HAS_CS_SUPPORT), y)
|
|
WFLAGS += -DCARRIER_DETECTION_FIRMWARE_SUPPORT
|
|
endif
|
|
endif
|
|
|
|
endif
|
|
|
|
ifneq ($(findstring 5390,$(CHIPSET)),)
|
|
WFLAGS +=-DRTMP_MAC_PCI -DRT30xx -DRT33xx -DRT3090 -DRT3390 -DRT5390 -DRTMP_PCI_SUPPORT -DRTMP_RF_RW_SUPPORT -DRTMP_EFUSE_SUPPORT -DRTMP_FREQ_CALIBRATION_SUPPORT -DRTMP_INTERNAL_TX_ALC -DVCORECAL_SUPPORT -DIQ_CAL_SUPPORT -DNEW_MBSSID_MODE -DRTMP_TEMPERATURE_COMPENSATION -DRTMP_MAC
|
|
CHIPSET_DAT = 2860
|
|
|
|
ifneq ($(findstring $(RT28xx_MODE),AP),)
|
|
WFLAGS += -DSPECIFIC_BCN_BUF_SUPPORT
|
|
endif
|
|
endif
|
|
|
|
ifneq ($(findstring 5370,$(CHIPSET)),)
|
|
WFLAGS +=-DRTMP_MAC_USB -DRT30xx -DRT33xx -DRT3070 -DRT3370 -DRT5370 -DRTMP_USB_SUPPORT -DRTMP_TIMER_TASK_SUPPORT -DRTMP_RF_RW_SUPPORT -DRTMP_EFUSE_SUPPORT -DRTMP_INTERNAL_TX_ALC -DRTMP_FREQ_CALIBRATION_SUPPORT -DVCORECAL_SUPPORT -DIQ_CAL_SUPPORT -DNEW_MBSSID_MODE -DRTMP_TEMPERATURE_COMPENSATION -DRTMP_MAC
|
|
CHIPSET_DAT = 2870
|
|
|
|
ifneq ($(findstring $(RT28xx_MODE),AP),)
|
|
ifeq ($(HAS_CS_SUPPORT), y)
|
|
WFLAGS += -DCARRIER_DETECTION_FIRMWARE_SUPPORT
|
|
endif
|
|
endif
|
|
|
|
ifneq ($(findstring $(RT28xx_MODE),AP),)
|
|
WFLAGS += -DSPECIFIC_BCN_BUF_SUPPORT
|
|
endif
|
|
endif
|
|
|
|
ifneq ($(findstring 3052,$(CHIPSET)),)
|
|
WFLAGS += -DRTMP_MAC_PCI -DRTMP_RBUS_SUPPORT -DRT3052 -DRT305x -DRTMP_RF_RW_SUPPORT -DCONFIG_SWMCU_SUPPORT -DVCORECAL_SUPPORT
|
|
CHIPSET_DAT = 2870
|
|
ifeq ($(HAS_WIFI_LED_SHARE), y)
|
|
WFLAGS += -DCONFIG_WIFI_LED_SHARE
|
|
endif
|
|
endif
|
|
|
|
ifneq ($(findstring 3352,$(CHIPSET)),)
|
|
WFLAGS += -DRTMP_MAC_PCI -DRTMP_RBUS_SUPPORT -DRT3352 -DRT305x -DRTMP_RF_RW_SUPPORT -DVCORECAL_SUPPORT -DCONFIG_SWMCU_SUPPORT -DRTMP_INTERNAL_TX_ALC -DNEW_MBSSID_MODE
|
|
CHIPSET_DAT = 2860
|
|
ifeq ($(HAS_WIFI_LED_SHARE), y)
|
|
WFLAGS += -DCONFIG_WIFI_LED_SHARE
|
|
endif
|
|
ifneq ($(findstring $(RT28xx_MODE),AP),)
|
|
WFLAGS += -DSPECIFIC_BCN_BUF_SUPPORT
|
|
endif
|
|
endif
|
|
|
|
ifneq ($(findstring 5350,$(CHIPSET)),)
|
|
WFLAGS += -DRTMP_MAC_PCI -DRTMP_RBUS_SUPPORT -DRT5350 -DRT305x -DRT3050 -DRT3350 -DRTMP_RF_RW_SUPPORT -DVCORECAL_SUPPORT -DCONFIG_SWMCU_SUPPORT -DRTMP_INTERNAL_TX_ALC -DRTMP_FREQ_CALIBRATION_SUPPORT -DIQ_CAL_SUPPORT -DNEW_MBSSID_MODE
|
|
CHIPSET_DAT = 2860
|
|
ifeq ($(HAS_WIFI_LED_SHARE), y)
|
|
WFLAGS += -DCONFIG_WIFI_LED_SHARE
|
|
endif
|
|
ifneq ($(findstring $(RT28xx_MODE),AP),)
|
|
WFLAGS += -DSPECIFIC_BCN_BUF_SUPPORT
|
|
endif
|
|
endif
|
|
|
|
ifneq ($(findstring 5592,$(CHIPSET)),)
|
|
WFLAGS += -DRTMP_MAC_PCI -DRTMP_PCI_SUPPORT -DRT30xx -DRT5592\
|
|
-DRTMP_RF_RW_SUPPORT -DRTMP_EFUSE_SUPPORT\
|
|
-DA_BAND_SUPPORT -DIQ_CAL_SUPPORT -DRX_DMA_SCATTER -DVCORECAL_SUPPORT\
|
|
-DNEW_MBSSID_MODE -DRTMP_TEMPERATURE_COMPENSATION
|
|
CHIPSET_DAT = 2860
|
|
ifeq ($(HAS_CSO_SUPPORT), y)
|
|
WFLAGS += -DCONFIG_CSO_SUPPORT
|
|
endif
|
|
|
|
ifneq ($(findstring $(RT28xx_MODE),STA APSTA),)
|
|
WFLAGS += -DRTMP_FREQ_CALIBRATION_SUPPORT
|
|
endif
|
|
|
|
ifneq ($(findstring $(RT28xx_MODE),AP),)
|
|
WFLAGS += -DSPECIFIC_BCN_BUF_SUPPORT
|
|
endif
|
|
|
|
endif
|
|
|
|
ifneq ($(findstring 5572,$(CHIPSET)),)
|
|
WFLAGS += -DRTMP_MAC_USB -DRTMP_USB_SUPPORT -DRT30xx -DRT5572 -DRT5592\
|
|
-DRTMP_RF_RW_SUPPORT -DRTMP_EFUSE_SUPPORT -DNEW_MBSSID_MODE\
|
|
-DRTMP_TIMER_TASK_SUPPORT -DA_BAND_SUPPORT -DIQ_CAL_SUPPORT -DVCORECAL_SUPPORT\
|
|
-DRTMP_TEMPERATURE_COMPENSATION
|
|
CHIPSET_DAT = 2870
|
|
ifeq ($(HAS_CSO_SUPPORT), y)
|
|
WFLAGS += -DCONFIG_CSO_SUPPORT
|
|
endif
|
|
|
|
ifneq ($(findstring $(RT28xx_MODE),AP),)
|
|
ifeq ($(HAS_CS_SUPPORT), y)
|
|
WFLAGS += -DCARRIER_DETECTION_FIRMWARE_SUPPORT
|
|
endif
|
|
endif
|
|
|
|
ifneq ($(findstring $(RT28xx_MODE),STA APSTA),)
|
|
WFLAGS += -DRTMP_FREQ_CALIBRATION_SUPPORT
|
|
endif
|
|
|
|
ifneq ($(findstring $(RT28xx_MODE),AP),)
|
|
#WFLAGS += -DSPECIFIC_BCN_BUF_SUPPORT
|
|
endif
|
|
|
|
endif
|
|
|
|
ifneq ($(findstring 3290,$(CHIPSET)),)
|
|
WFLAGS += -DRTMP_MAC_PCI -DRTMP_PCI_SUPPORT -DRTMP_RF_RW_SUPPORT -DRTMP_EFUSE_SUPPORT -DRTMP_FREQ_CALIBRATION_SUPPORT -DRTMP_INTERNAL_TX_ALC -DRT30xx -DRT3290 -DVCORECAL_SUPPORT
|
|
CHIPSET_DAT = 2860
|
|
|
|
ifneq ($(findstring $(RT28xx_MODE),STA APSTA),)
|
|
WFLAGS += -DRTMP_FREQ_CALIBRATION_SUPPORT -DPCIE_PS_SUPPORT
|
|
endif
|
|
|
|
ifneq ($(findstring $(RT28xx_MODE),AP),)
|
|
WFLAGS += -DSPECIFIC_BCN_BUF_SUPPORT
|
|
endif
|
|
endif
|
|
|
|
|
|
ifeq ($(CHIPSET),USB)
|
|
#3572
|
|
WFLAGS +=-DRTMP_MAC_USB -DRTMP_USB_SUPPORT -DRT2870 -DRT28xx -DRT30xx -DRT35xx -DRTMP_TIMER_TASK_SUPPORT -DRTMP_RF_RW_SUPPORT -DRTMP_EFUSE_SUPPORT -DA_BAND_SUPPORT -DSPECIFIC_VCORECAL_SUPPORT
|
|
#3370
|
|
WFLAGS += -DRT33xx -DRT3070 -DRT3370 -DRTMP_TIMER_TASK_SUPPORT -DRTMP_INTERNAL_TX_ALC
|
|
CHIPSET_DAT = 2870
|
|
endif
|
|
|
|
|
|
ifeq ($(CHIPSET),PCI)
|
|
#3562
|
|
WFLAGS +=-DRTMP_MAC_PCI -DRT2860 -DRT28xx -DRT30xx -DRT35xx -DRTMP_PCI_SUPPORT -DRTMP_RF_RW_SUPPORT -DRTMP_EFUSE_SUPPORT -DA_BAND_SUPPORT -DSPECIFIC_VCORECAL_SUPPORT
|
|
#3390
|
|
WFLAGS +=-DRT33xx -DRT3090 -DRT3390 -DRTMP_INTERNAL_TX_ALC
|
|
endif
|
|
|
|
|
|
ifeq ($(CHIPSET),RBUS)
|
|
WFLAGS += -DMERGE_ARCH_TEAM -DCONFIG_SWMCU_SUPPORT -DCONFIG_RA_NAT_NONE -DRTMP_RBUS_SUPPORT
|
|
#5350, 3050, 3350, 3883
|
|
WFLAGS +=-DRTMP_MAC_PCI -DRT305x -DRT5350 -DRT3050 -DRT3350 -DRT3883 -DRTMP_PCI_SUPPORT -DRTMP_RF_RW_SUPPORT -DA_BAND_SUPPORT -DVCORECAL_SUPPORT
|
|
|
|
ifneq ($(findstring $(RT28xx_MODE),AP),)
|
|
WFLAGS += -DSPECIFIC_BCN_BUF_SUPPORT
|
|
endif
|
|
#WFLAGS += -DDBG_CTRL_SUPPORT
|
|
#WFLAGS += -DINCLUDE_DEBUG_QUEUE
|
|
#WFLAGS += -DRANGE_EXTEND -DCFO_TRACK -DPRE_ANT_SWITCH
|
|
endif
|
|
|
|
|
|
#################################################
|
|
|
|
|
|
ifeq ($(PLATFORM),5VT)
|
|
#WFLAGS += -DCONFIG_5VT_ENHANCE
|
|
endif
|
|
|
|
ifeq ($(HAS_BLOCK_NET_IF),y)
|
|
WFLAGS += -DBLOCK_NET_IF
|
|
endif
|
|
|
|
ifeq ($(HAS_DFS_SUPPORT),y)
|
|
WFLAGS += -DDFS_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_MC_SUPPORT),y)
|
|
WFLAGS += -DMULTIPLE_CARD_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(HAS_LLTD),y)
|
|
WFLAGS += -DLLTD_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),RMI)
|
|
WFLAGS += -DRT_BIG_ENDIAN
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),UBICOM_IPX8)
|
|
WFLAGS += -DRT_BIG_ENDIAN -DUNALIGNMENT_SUPPORT -DPLATFORM_UBM_IPX8 -DNO_CONSISTENT_MEM_SUPPORT -DCACHE_LINE_32B
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),BL2348)
|
|
WFLAGS += -DRT_BIG_ENDIAN
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),BL23570)
|
|
WFLAGS += -DRT_BIG_ENDIAN
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),BLUBB)
|
|
WFLAGS += -DRT_BIG_ENDIAN
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),BLPMP)
|
|
WFLAGS += -DRT_BIG_ENDIAN
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),RMI_64)
|
|
WFLAGS += -DRT_BIG_ENDIAN
|
|
endif
|
|
ifeq ($(PLATFORM),IXP)
|
|
WFLAGS += -DRT_BIG_ENDIAN
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),IKANOS_V160)
|
|
WFLAGS += -DRT_BIG_ENDIAN -DIKANOS_VX_1X0
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),IKANOS_V180)
|
|
WFLAGS += -DRT_BIG_ENDIAN -DIKANOS_VX_1X0
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),INF_TWINPASS)
|
|
WFLAGS += -DRT_BIG_ENDIAN -DINF_TWINPASS
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),INF_DANUBE)
|
|
ifneq (,$(findstring 2.4,$(LINUX_SRC)))
|
|
# Linux 2.4
|
|
WFLAGS += -DINF_DANUBE -DRT_BIG_ENDIAN
|
|
else
|
|
# Linux 2.6
|
|
WFLAGS += -DRT_BIG_ENDIAN
|
|
endif
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),INF_AR9)
|
|
WFLAGS += -DRT_BIG_ENDIAN -DINF_AR9
|
|
# support MAPI function for AR9.
|
|
#WFLAGS += -DAR9_MAPI_SUPPORT
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),INF_VR9)
|
|
WFLAGS += -DRT_BIG_ENDIAN -DINF_AR9 -DINF_VR9
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),CAVM_OCTEON)
|
|
WFLAGS += -DRT_BIG_ENDIAN
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),BRCM_6358)
|
|
WFLAGS += -DRT_BIG_ENDIAN -DBRCM_6358
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),INF_AMAZON_SE)
|
|
WFLAGS += -DRT_BIG_ENDIAN -DINF_AMAZON_SE
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),RALINK_3052)
|
|
WFLAGS += -DPLATFORM_RALINK_3052
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),FREESCALE8377)
|
|
#EXTRA_CFLAGS := -v -I$(RT28xx_DIR)/include -I$(LINUX_SRC)/include $(WFLAGS)-O2 -Wall -Wstrict-prototypes -Wno-trigraphs
|
|
#export EXTRA_CFLAGS
|
|
WFLAGS += -DRT_BIG_ENDIAN
|
|
EXTRA_CFLAGS := $(WFLAGS) -I$(RT28xx_DIR)/include
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),ST)
|
|
#WFLAGS += -DST
|
|
WFLAGS += -DST
|
|
endif
|
|
|
|
#kernel build options for 2.4
|
|
# move to Makefile outside LINUX_SRC := /opt/star/kernel/linux-2.4.27-star
|
|
|
|
ifeq ($(PLATFORM),RALINK_3052)
|
|
CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include/asm-mips/mach-generic -I$(LINUX_SRC)/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic -pipe -finline-limit=100000 -march=mips2 -mabi=32 -Wa,--trap -DLINUX -nostdinc -iwithprefix include $(WFLAGS)
|
|
export CFLAGS
|
|
endif
|
|
|
|
ifeq ($(PLATFORM), RALINK_2880)
|
|
CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic -pipe -finline-limit=100000 -march=mips2 -mabi=32 -Wa,--trap -DLINUX -nostdinc -iwithprefix include $(WFLAGS)
|
|
export CFLAGS
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),STAR)
|
|
CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -Uarm -fno-common -pipe -mapcs-32 -D__LINUX_ARM_ARCH__=4 -march=armv4 -mshort-load-bytes -msoft-float -Uarm -DMODULE -DMODVERSIONS -include $(LINUX_SRC)/include/linux/modversions.h $(WFLAGS)
|
|
|
|
export CFLAGS
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),UBICOM_IPX8)
|
|
EXTRA_CFLAGS += $(WFLAGS)
|
|
export EXTRA_CFLAGS
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),SIGMA)
|
|
CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -I$(LINUX_SRC)/include/asm/gcc -I$(LINUX_SRC)/include/asm-mips/mach-tango2 -I$(LINUX_SRC)/include/asm-mips/mach-tango2 -DEM86XX_CHIP=EM86XX_CHIPID_TANGO2 -DEM86XX_REVISION=6 -I$(LINUX_SRC)/include/asm-mips/mach-generic -I$(RT2860_DIR)/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -O2 -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic -pipe -mabi=32 -march=mips32r2 -Wa,-32 -Wa,-march=mips32r2 -Wa,-mips32r2 -Wa,--trap -DMODULE $(WFLAGS) -DSIGMA863X_PLATFORM
|
|
|
|
export CFLAGS
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),SIGMA_8622)
|
|
CFLAGS := -D__KERNEL__ -I$(CROSS_COMPILE_INCLUDE)/include -I$(LINUX_SRC)/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fno-common -pipe -fno-builtin -D__linux__ -DNO_MM -mapcs-32 -march=armv4 -mtune=arm7tdmi -msoft-float -DMODULE -mshort-load-bytes -nostdinc -iwithprefix -DMODULE $(WFLAGS)
|
|
export CFLAGS
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),5VT)
|
|
CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O3 -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mabi=apcs-gnu -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm926ej-s --param max-inline-insns-single=40000 -Uarm -Wdeclaration-after-statement -Wno-pointer-sign -DMODULE $(WFLAGS)
|
|
|
|
export CFLAGS
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),IKANOS_V160)
|
|
CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -I$(LINUX_SRC)/include/asm/gcc -I$(LINUX_SRC)/include/asm-mips/mach-tango2 -I$(LINUX_SRC)/include/asm-mips/mach-tango2 -I$(LINUX_SRC)/include/asm-mips/mach-generic -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -O2 -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic -pipe -march=lx4189 -Wa, -DMODULE $(WFLAGS)
|
|
export CFLAGS
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),IKANOS_V180)
|
|
CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -I$(LINUX_SRC)/include/asm/gcc -I$(LINUX_SRC)/include/asm-mips/mach-tango2 -I$(LINUX_SRC)/include/asm-mips/mach-tango2 -I$(LINUX_SRC)/include/asm-mips/mach-generic -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -O2 -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic -pipe -mips32r2 -Wa, -DMODULE $(WFLAGS)
|
|
export CFLAGS
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),INF_TWINPASS)
|
|
CFLAGS := -D__KERNEL__ -DMODULE -I$(LINUX_SRC)/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -G 0 -mno-abicalls -fno-pic -march=4kc -mips32 -Wa,--trap -pipe -mlong-calls $(WFLAGS)
|
|
export CFLAGS
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),INF_DANUBE)
|
|
ifneq (,$(findstring 2.4,$(LINUX_SRC)))
|
|
CFLAGS := $(WFLAGS) -Wundef -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic -pipe -msoft-float -mabi=32 -march=mips32 -Wa,-32 -Wa,-march=mips32 -Wa,-mips32 -Wa,--trap -I$(LINUX_SRC)/include/asm-mips/mach-generic
|
|
else
|
|
CFLAGS := $(WFLAGS) -Wundef -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic -pipe -msoft-float -mabi=32 -march=mips32r2 -Wa,-32 -Wa,-march=mips32r2 -Wa,-mips32r2 -Wa,--trap -I$(LINUX_SRC)/include/asm-mips/mach-generic
|
|
endif
|
|
export CFLAGS
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),INF_AR9)
|
|
CFLAGS := $(WFLAGS) -Wundef -fno-strict-aliasing -fno-common -fno-pic -ffreestanding -Os -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic -pipe -msoft-float -mabi=32 -mlong-calls -march=mips32r2 -mtune=34kc -march=mips32r2 -Wa,-32 -Wa,-march=mips32r2 -Wa,-mips32r2 -Wa,--trap -I$(LINUX_SRC)/include/asm-mips/mach-generic
|
|
export CFLAGS
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),INF_VR9)
|
|
CFLAGS := $(WFLAGS) -Wundef -fno-strict-aliasing -fno-common -fno-pic -ffreestanding -Os -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic -pipe -msoft-float -mabi=32 -mlong-calls -march=mips32r2 -march=mips32r2 -Wa,-32 -Wa,-march=mips32r2 -Wa,-mips32r2 -Wa,--trap -I$(LINUX_SRC)/include/asm-mips/mach-generic
|
|
export CFLAGS
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),BRCM_6358)
|
|
CFLAGS := $(WFLAGS) -nostdinc -iwithprefix include -D__KERNEL__ -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -I $(LINUX_SRC)/include/asm/gcc -G 0 -mno-abicalls -fno-pic -pipe -finline-limit=100000 -mabi=32 -march=mips32 -Wa,-32 -Wa,-march=mips32 -Wa,-mips32 -Wa,--trap -I$(LINUX_SRC)/include/asm-mips/mach-bcm963xx -I$(LINUX_SRC)/include/asm-mips/mach-generic -Os -fomit-frame-pointer -Wdeclaration-after-statement -DMODULE -mlong-calls
|
|
export CFLAGS
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),INF_AMAZON_SE)
|
|
CFLAGS := -D__KERNEL__ -DMODULE=1 -I$(LINUX_SRC)/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -DCONFIG_IFX_ALG_QOS -DCONFIG_WAN_VLAN_SUPPORT -fomit-frame-pointer -DIFX_PPPOE_FRAME -G 0 -fno-pic -mno-abicalls -mlong-calls -pipe -finline-limit=100000 -mabi=32 -march=mips32 -Wa,-32 -Wa,-march=mips32 -Wa,-mips32 -Wa,--trap -nostdinc -iwithprefix include $(WFLAGS)
|
|
export CFLAGS
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),ST)
|
|
CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -Wall -O2 -Wundef -Wstrict-prototypes -Wno-trigraphs -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-aliasing -fno-common -fomit-frame-pointer -ffreestanding -m4-nofpu -o $(WFLAGS)
|
|
export CFLAGS
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),PC)
|
|
ifneq (,$(findstring 2.4,$(LINUX_SRC)))
|
|
# Linux 2.4
|
|
CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include $(LINUX_SRC)/include/linux/modversions.h $(WFLAGS)
|
|
export CFLAGS
|
|
else
|
|
# Linux 2.6
|
|
EXTRA_CFLAGS := $(WFLAGS)
|
|
endif
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),INTELP6)
|
|
EXTRA_CFLAGS := $(WFLAGS)
|
|
endif
|
|
|
|
#If the kernel version of RMI is newer than 2.6.27, please change "CFLAGS" to "EXTRA_FLAGS"
|
|
ifeq ($(PLATFORM),RMI)
|
|
EXTRA_CFLAGS := -D__KERNEL__ -DMODULE=1 -I$(LINUX_SRC)/include -I$(LINUX_SRC)/include/asm-mips/mach-generic -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -DCONFIG_IFX_ALG_QOS -DCONFIG_WAN_VLAN_SUPPORT -fomit-frame-pointer -DIFX_PPPOE_FRAME -G 0 -fno-pic -mno-abicalls -mlong-calls -pipe -finline-limit=100000 -mabi=32 -G 0 -mno-abicalls -fno-pic -pipe -msoft-float -march=xlr -ffreestanding -march=xlr -Wa,--trap, -nostdinc -iwithprefix include $(WFLAGS)
|
|
export EXTRA_CFLAGS
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),RMI_64)
|
|
EXTRA_CFLAGS := -D__KERNEL__ -DMODULE=1 -I$(LINUX_SRC)/include -I$(LINUX_SRC)/include/asm-mips/mach-generic -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -DCONFIG_IFX_ALG_QOS -DCONFIG_WAN_VLAN_SUPPORT -fomit-frame-pointer -DIFX_PPPOE_FRAME -G 0 -fno-pic -mno-abicalls -mlong-calls -pipe -finline-limit=100000 -mabi=64 -G 0 -mno-abicalls -fno-pic -pipe -msoft-float -march=xlr -ffreestanding -march=xlr -Wa,--trap, -nostdinc -iwithprefix include $(WFLAGS)
|
|
export EXTRA_CFLAGS
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),IXP)
|
|
CFLAGS := -v -D__KERNEL__ -DMODULE -I$(LINUX_SRC)/include -mbig-endian -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -Uarm -fno-common -pipe -mapcs-32 -D__LINUX_ARM_ARCH__=5 -mcpu=xscale -mtune=xscale -malignment-traps -msoft-float $(WFLAGS)
|
|
EXTRA_CFLAGS := -v $(WFLAGS) -mbig-endian
|
|
export CFLAGS
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),SMDK)
|
|
EXTRA_CFLAGS := $(WFLAGS)
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),CAVM_OCTEON)
|
|
EXTRA_CFLAGS := $(WFLAGS) -mabi=64 $(WFLAGS)
|
|
export CFLAGS
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),DM6446)
|
|
CFLAGS := -nostdinc -iwithprefix include -D__KERNEL__ -I$(LINUX_SRC)/include -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -fno-omit-frame-pointer -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mlittle-endian -mabi=apcs-gnu -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm9tdmi -msoft-float -Uarm -Wdeclaration-after-statement -c -o $(WFLAGS)
|
|
export CFLAGS
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),BL2348)
|
|
CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -I$(LINUX_SRC)/include/asm/gcc -I$(LINUX_SRC)/include/asm-mips/mach-tango2 -I$(LINUX_SRC)/include/asm-mips/mach-tango2 -DEM86XX_CHIP=EM86XX_CHIPID_TANGO2 -DEM86XX_REVISION=6 -I$(LINUX_SRC)/include/asm-mips/mach-generic -I$(RT2860_DIR)/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -O2 -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic -pipe -mabi=32 -march=mips32r2 -Wa,-32 -Wa,-march=mips32r2 -Wa,-mips32r2 -Wa,--trap -DMODULE $(WFLAGS) -DSIGMA863X_PLATFORM -DEXPORT_SYMTAB -DPLATFORM_BL2348
|
|
export CFLAGS
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),BL23570)
|
|
EXTRA_CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -I$(LINUX_SRC)/include/asm/gcc -I$(LINUX_SRC)/include/asm-mips/mach-tango2 -I$(LINUX_SRC)/include/asm-mips/mach-tango2 -DEM86XX_CHIP=EM86XX_CHIPID_TANGO2 -DEM86XX_REVISION=6 -I$(LINUX_SRC)/include/asm-mips/mach-generic -I$(RT2860_DIR)/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -O2 -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic -pipe -mabi=32 -march=74kc -Wa,-32 -Wa,-march=mips32r2 -Wa,-mips32r2 -Wa,--trap -DMODULE $(WFLAGS) -DSIGMA863X_PLATFORM -DEXPORT_SYMTAB -DPLATFORM_BL23570
|
|
export EXTRA_CFLAGS
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),BLUBB)
|
|
CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -I$(LINUX_SRC)/include/asm/gcc -I$(LINUX_SRC)/include/asm-mips/mach-tango2 -I$(LINUX_SRC)/include/asm-mips/mach-tango2 -DEM86XX_CHIP=EM86XX_CHIPID_TANGO2 -DEM86XX_REVISION=6 -I$(LINUX_SRC)/include/asm-mips/mach-generic -I$(RT2860_DIR)/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -O2 -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic -pipe -mabi=32 -march=mips32r2 -Wa,-32 -Wa,-march=mips32r2 -Wa,-mips32r2 -Wa,--trap -DMODULE $(WFLAGS) -DSIGMA863X_PLATFORM -DEXPORT_SYMTAB -DPLATFORM_BL2348
|
|
export CFLAGS
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),BLPMP)
|
|
CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -I$(LINUX_SRC)/include/asm/gcc -I$(LINUX_SRC)/include/asm-mips/mach-tango2 -I$(LINUX_SRC)/include/asm-mips/mach-tango2 -DEM86XX_CHIP=EM86XX_CHIPID_TANGO2 -DEM86XX_REVISION=6 -I$(LINUX_SRC)/include/asm-mips/mach-generic -I$(RT2860_DIR)/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -O2 -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic -pipe -mabi=32 -march=mips32r2 -Wa,-32 -Wa,-march=mips32r2 -Wa,-mips32r2 -Wa,--trap -DMODULE $(WFLAGS) -DSIGMA863X_PLATFORM -DEXPORT_SYMTAB
|
|
export CFLAGS
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),MT85XX)
|
|
ifneq (,$(findstring 2.4,$(LINUX_SRC)))
|
|
# Linux 2.4
|
|
CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include $(LINUX_SRC)/include/linux/modversions.h $(WFLAGS)
|
|
export CFLAGS
|
|
else
|
|
# Linux 2.6
|
|
EXTRA_CFLAGS += $(WFLAGS) -DMT85XX
|
|
EXTRA_CFLAGS += -D _NO_TYPEDEF_BOOL_ \
|
|
-D _NO_TYPEDEF_UCHAR_ \
|
|
-D _NO_TYPEDEF_UINT8_ \
|
|
-D _NO_TYPEDEF_UINT16_ \
|
|
-D _NO_TYPEDEF_UINT32_ \
|
|
-D _NO_TYPEDEF_UINT64_ \
|
|
-D _NO_TYPEDEF_CHAR_ \
|
|
-D _NO_TYPEDEF_INT16_ \
|
|
-D _NO_TYPEDEF_INT32_ \
|
|
-D _NO_TYPEDEF_INT64_ \
|
|
|
|
endif
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),NXP_TV550)
|
|
ifneq (,$(findstring 2.4,$(LINUX_SRC)))
|
|
# Linux 2.4
|
|
CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=mips -DMODULE -DMODVERSIONS -include $(LINUX_SRC)/include/linux/modversions.h $(WFLAGS)
|
|
export CFLAGS
|
|
else
|
|
# Linux 2.6
|
|
EXTRA_CFLAGS := $(WFLAGS)
|
|
endif
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),MVL5)
|
|
CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O3 -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-omit-frame-pointer -mapcs -mno-sched-prolog -mno-thumb-interwork -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=arm926ej-s --param max-inline-insns-single=40000 -Uarm -Wdeclaration-after-statement -Wno-pointer-sign -DMODULE $(WFLAGS)
|
|
export CFLAGS
|
|
endif
|
|
|
|
ifeq ($(PLATFORM),RALINK_3352)
|
|
CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include/asm-mips/mach-generic -I$(LINUX_SRC)/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic -pipe -finline-limit=100000 -march=mips2 -mabi=32 -Wa,--trap -DLINUX -nostdinc -iwithprefix include $(WFLAGS)
|
|
export CFLAGS
|
|
endif
|