blob: 89f9c5e5bc6c2df07e026db13f20423fad1b8128 [file] [log] [blame]
Pamidipati, Vijayc6ae5662013-06-10 11:03:55 +05301# ###################################################
2# # Makefile for the NSS driver
3# ###################################################
4
Abhishek Rastogibc74e432013-04-02 10:28:22 +05305obj-m += qca-nss-drv.o
Sol Kavy2783c072014-04-05 12:53:13 -07006
Sol Kavy879eb8b2014-04-07 19:11:31 -07007#
8# List the files that belong to the driver in alphabetical order.
9#
Sol Kavy2783c072014-04-05 12:53:13 -070010qca-nss-drv-objs := \
Sakthi Vignesh Radhakrishnan4577f9b2016-08-23 11:29:40 -070011 nss_bridge.o \
Stephen Wang90c67de2016-04-26 15:15:59 -070012 nss_capwap.o \
Sol Kavy2783c072014-04-05 12:53:13 -070013 nss_cmn.o \
14 nss_core.o \
Guojun Jin1cb79522015-06-22 22:34:22 -070015 nss_coredump.o \
Murat Sezgine5079aa2017-06-07 18:09:38 -070016 nss_dscp2pri.o \
Tushar Mathurff8741b2015-12-02 20:28:59 +053017 nss_dtls.o \
Ankit Dhanuka9b430252014-08-12 13:53:41 +053018 nss_dynamic_interface.o \
Shashank Balashankar512cb602016-08-01 17:57:42 -070019 nss_edma.o \
Stephen Wang90c67de2016-04-26 15:15:59 -070020 nss_eth_rx.o \
ratheesh kannotheb2a0a82017-05-04 09:20:17 +053021 nss_gre.o \
Ankit Dhanuka607508d2014-08-21 20:20:34 +053022 nss_gre_redir.o \
Thomas Wu71c5ecc2016-06-21 11:15:52 -070023 nss_gre_tunnel.o \
Sol Kavya55c9a52014-04-08 14:33:16 -070024 nss_if.o \
Samarjeet Banerjeed99d9d02014-04-08 18:51:00 +053025 nss_init.o \
26 nss_ipsec.o \
Sol Kavy2783c072014-04-05 12:53:13 -070027 nss_ipv4.o \
Suruchi Agarwale3940e72016-07-06 15:56:51 -070028 nss_ipv4_log.o \
Selin Dag6d9b0c12014-11-04 18:27:21 -080029 nss_ipv4_reasm.o \
Sol Kavy879eb8b2014-04-07 19:11:31 -070030 nss_ipv6.o \
Suruchi Agarwale3940e72016-07-06 15:56:51 -070031 nss_ipv6_log.o \
Selin Dag60a2f5b2015-06-29 14:39:49 -070032 nss_ipv6_reasm.o \
ratheesh kannoth7af985d2015-06-24 15:08:40 +053033 nss_l2tpv2.o \
Stephen Wang90c67de2016-04-26 15:15:59 -070034 nss_lag.o \
35 nss_log.o \
36 nss_lso_rx.o \
ratheesh kannotha1245c32015-11-04 16:45:43 +053037 nss_map_t.o \
Stephen Wang38e89bc2014-11-06 11:34:45 -080038 nss_n2h.o \
Sivanesan Rajapupathi5c31b212016-01-06 16:21:57 -050039 nss_oam.o \
Stephen Wang90c67de2016-04-26 15:15:59 -070040 nss_phys_if.o \
Tanmay V Jagdale20490fb2017-02-09 17:32:31 +053041 nss_pm.o \
Stephen Wang90c67de2016-04-26 15:15:59 -070042 nss_profiler.o \
43 nss_portid.o \
Amit Gupta316729b2016-08-12 12:21:15 +053044 nss_ppe.o \
Stephen Wang90c67de2016-04-26 15:15:59 -070045 nss_pppoe.o \
46 nss_pptp.o \
47 nss_shaper.o \
48 nss_sjack.o \
49 nss_stats.o \
50 nss_tstamp.o \
51 nss_tun6rd.o \
Stephen Wangec5a85c2016-09-08 23:32:27 -070052 nss_trustsec_tx.o \
Stephen Wang90c67de2016-04-26 15:15:59 -070053 nss_tunipip6.o \
54 nss_virt_if.o \
Stephen Wangbce06672016-12-02 15:11:35 -080055 nss_vlan.o \
Bharath M Kumarcc666e92014-12-24 19:17:28 +053056 nss_wifi.o \
Varsha Mishrae58d93b2017-05-20 20:54:41 +053057 nss_wifi_vdev.o \
Stephen Wang90c67de2016-04-26 15:15:59 -070058 nss_wifi_if.o \
Varsha Mishrae58d93b2017-05-20 20:54:41 +053059 nss_wifili.o
Sol Kavy2783c072014-04-05 12:53:13 -070060
61#
62# TODO: Deprecated files should be removed before merge
63#
Stephen Wang90c67de2016-04-26 15:15:59 -070064qca-nss-drv-objs += nss_tx_rx_virt_if.o
65
Stephen Wang5901def2016-05-09 16:21:03 -070066# Base NSS data plane/HAL support
67qca-nss-drv-objs += nss_data_plane/nss_data_plane.o
Stephen Wang90c67de2016-04-26 15:15:59 -070068qca-nss-drv-objs += nss_hal/nss_hal.o
69
Ram Chandra Jangir461e3db2017-04-05 12:34:29 +053070ifeq ($(SoC),$(filter $(SoC),ipq806x ipq40xx))
Stephen Wang5901def2016-05-09 16:21:03 -070071qca-nss-drv-objs += nss_data_plane/nss_data_plane_gmac.o \
Sourav Poddar5f8b9c52017-02-04 11:41:46 +053072 nss_hal/ipq806x/nss_hal_pvt.o \
73 nss_crypto.o
Stephen Wang90c67de2016-04-26 15:15:59 -070074ccflags-y += -I$(obj)/nss_hal/ipq806x -DNSS_HAL_IPQ806X_SUPPORT
Stephen Wangd800d732017-01-19 16:24:36 -080075endif
Sol Kavy2783c072014-04-05 12:53:13 -070076
Ram Chandra Jangir461e3db2017-04-05 12:34:29 +053077ifeq ($(SoC),$(filter $(SoC),ipq807x ipq807x_64))
Stephen Wangdf8323b2016-05-09 22:51:22 -070078qca-nss-drv-objs += nss_data_plane/nss_data_plane_edma.o \
Sourav Poddar5f8b9c52017-02-04 11:41:46 +053079 nss_hal/ipq807x/nss_hal_pvt.o \
80 nss_crypto_cmn.o
Stephen Wangbe348022016-05-02 17:11:34 -070081ccflags-y += -I$(obj)/nss_hal/ipq807x -DNSS_HAL_IPQ807x_SUPPORT
82endif
83
Stephen Wang5901def2016-05-09 16:21:03 -070084ccflags-y += -I$(obj)/nss_hal/include -I$(obj)/nss_data_plane/include -I$(obj)/exports -DNSS_DEBUG_LEVEL=0 -DNSS_PKT_STATS_ENABLED=1
85
Anish Nataraj05d31f62016-08-17 17:07:14 +053086ccflags-y += -DNSS_PM_DEBUG_LEVEL=0 -DNSS_SKB_RECYCLE_SUPPORT=1
Arunkumar Tba9b4a02016-11-07 11:41:14 +053087ccflags-y += -Werror
Pamidipati, Vijayc6ae5662013-06-10 11:03:55 +053088
Sundarajan Srinivasan4691ba62014-11-07 11:24:07 -080089ifneq ($(findstring 3.4, $(KERNELVERSION)),)
Ankit Dhanuka4ac3c9f2015-08-10 16:03:00 +053090NSS_CCFLAGS = -DNSS_DT_SUPPORT=0 -DNSS_FW_DBG_SUPPORT=1 -DNSS_PM_SUPPORT=1 -DNSS_EMPTY_BUFFER_SIZE=1984
Sundarajan Srinivasan4691ba62014-11-07 11:24:07 -080091else
Radha krishna Simha Jiguru69224582015-11-04 15:28:58 +053092NSS_CCFLAGS = -DNSS_DT_SUPPORT=1 -DNSS_FW_DBG_SUPPORT=0 -DNSS_PM_SUPPORT=0 -DNSS_EMPTY_BUFFER_SIZE=1984
Stephen Wang90c67de2016-04-26 15:15:59 -070093
Sundarajan Srinivasan4691ba62014-11-07 11:24:07 -080094ccflags-y += -I$(obj)
95endif
96
Thomas Wu862394c2017-05-03 15:54:11 -070097# Fabric scaling is supported in 3.14 and 4.4 only
Stephen Wang463f1cf2016-03-29 15:25:51 -070098ifneq ($(findstring 3.14, $(KERNELVERSION)),)
Stephen Wang90c67de2016-04-26 15:15:59 -070099NSS_CCFLAGS += -DNSS_FABRIC_SCALING_SUPPORT=1
Murat Sezginc3f318f2017-05-25 13:02:13 -0700100else ifneq ($(findstring 4.4, $(KERNELVERSION)),)
Thomas Wu862394c2017-05-03 15:54:11 -0700101NSS_CCFLAGS += -DNSS_FABRIC_SCALING_SUPPORT=1
Stephen Wang463f1cf2016-03-29 15:25:51 -0700102else
Stephen Wang90c67de2016-04-26 15:15:59 -0700103NSS_CCFLAGS += -DNSS_FABRIC_SCALING_SUPPORT=0
Stephen Wang463f1cf2016-03-29 15:25:51 -0700104endif
105
Arunkumar T28b2d742015-06-16 22:15:58 +0530106# Disable Frequency scaling
107ifeq "$(NSS_FREQ_SCALE_DISABLE)" "y"
108ccflags-y += -DNSS_FREQ_SCALE_SUPPORT=0
109else
110qca-nss-drv-objs += nss_freq.o
111ccflags-y += -DNSS_FREQ_SCALE_SUPPORT=1
112endif
113
Sundarajan Srinivasan4691ba62014-11-07 11:24:07 -0800114ccflags-y += $(NSS_CCFLAGS)
115
116export NSS_CCFLAGS
117
Pamidipati, Vijayc6ae5662013-06-10 11:03:55 +0530118obj ?= .