blob: 4cab55635bd61e6c46969e9d089bc7ff4bb2e8d2 [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 \
Jackson Bockusc2a4e682017-06-23 11:59:29 -070043 nss_project.o \
Stephen Wang90c67de2016-04-26 15:15:59 -070044 nss_portid.o \
Amit Gupta316729b2016-08-12 12:21:15 +053045 nss_ppe.o \
Stephen Wang90c67de2016-04-26 15:15:59 -070046 nss_pppoe.o \
47 nss_pptp.o \
48 nss_shaper.o \
49 nss_sjack.o \
50 nss_stats.o \
51 nss_tstamp.o \
52 nss_tun6rd.o \
Stephen Wangec5a85c2016-09-08 23:32:27 -070053 nss_trustsec_tx.o \
Stephen Wang90c67de2016-04-26 15:15:59 -070054 nss_tunipip6.o \
55 nss_virt_if.o \
Stephen Wangbce06672016-12-02 15:11:35 -080056 nss_vlan.o \
mandrewc00308f2016-11-15 23:25:08 +053057 nss_tstamp.o \
Bharath M Kumarcc666e92014-12-24 19:17:28 +053058 nss_wifi.o \
Varsha Mishrae58d93b2017-05-20 20:54:41 +053059 nss_wifi_vdev.o \
Stephen Wang90c67de2016-04-26 15:15:59 -070060 nss_wifi_if.o \
Varsha Mishrae58d93b2017-05-20 20:54:41 +053061 nss_wifili.o
Sol Kavy2783c072014-04-05 12:53:13 -070062
63#
64# TODO: Deprecated files should be removed before merge
65#
Stephen Wang90c67de2016-04-26 15:15:59 -070066qca-nss-drv-objs += nss_tx_rx_virt_if.o
67
Stephen Wang5901def2016-05-09 16:21:03 -070068# Base NSS data plane/HAL support
69qca-nss-drv-objs += nss_data_plane/nss_data_plane.o
Stephen Wang90c67de2016-04-26 15:15:59 -070070qca-nss-drv-objs += nss_hal/nss_hal.o
71
Ram Chandra Jangir461e3db2017-04-05 12:34:29 +053072ifeq ($(SoC),$(filter $(SoC),ipq806x ipq40xx))
Stephen Wang5901def2016-05-09 16:21:03 -070073qca-nss-drv-objs += nss_data_plane/nss_data_plane_gmac.o \
Sourav Poddar5f8b9c52017-02-04 11:41:46 +053074 nss_hal/ipq806x/nss_hal_pvt.o \
75 nss_crypto.o
Stephen Wang90c67de2016-04-26 15:15:59 -070076ccflags-y += -I$(obj)/nss_hal/ipq806x -DNSS_HAL_IPQ806X_SUPPORT
Stephen Wangd800d732017-01-19 16:24:36 -080077endif
Sol Kavy2783c072014-04-05 12:53:13 -070078
Ram Chandra Jangir461e3db2017-04-05 12:34:29 +053079ifeq ($(SoC),$(filter $(SoC),ipq807x ipq807x_64))
Stephen Wangdf8323b2016-05-09 22:51:22 -070080qca-nss-drv-objs += nss_data_plane/nss_data_plane_edma.o \
Sourav Poddar5f8b9c52017-02-04 11:41:46 +053081 nss_hal/ipq807x/nss_hal_pvt.o \
82 nss_crypto_cmn.o
Stephen Wangbe348022016-05-02 17:11:34 -070083ccflags-y += -I$(obj)/nss_hal/ipq807x -DNSS_HAL_IPQ807x_SUPPORT
84endif
85
Stephen Wang5901def2016-05-09 16:21:03 -070086ccflags-y += -I$(obj)/nss_hal/include -I$(obj)/nss_data_plane/include -I$(obj)/exports -DNSS_DEBUG_LEVEL=0 -DNSS_PKT_STATS_ENABLED=1
87
Anish Nataraj05d31f62016-08-17 17:07:14 +053088ccflags-y += -DNSS_PM_DEBUG_LEVEL=0 -DNSS_SKB_RECYCLE_SUPPORT=1
Arunkumar Tba9b4a02016-11-07 11:41:14 +053089ccflags-y += -Werror
Pamidipati, Vijayc6ae5662013-06-10 11:03:55 +053090
Sundarajan Srinivasan4691ba62014-11-07 11:24:07 -080091ifneq ($(findstring 3.4, $(KERNELVERSION)),)
Ankit Dhanuka4ac3c9f2015-08-10 16:03:00 +053092NSS_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 -080093else
Radha krishna Simha Jiguru69224582015-11-04 15:28:58 +053094NSS_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 -070095
Sundarajan Srinivasan4691ba62014-11-07 11:24:07 -080096ccflags-y += -I$(obj)
97endif
98
Thomas Wu862394c2017-05-03 15:54:11 -070099# Fabric scaling is supported in 3.14 and 4.4 only
Stephen Wang463f1cf2016-03-29 15:25:51 -0700100ifneq ($(findstring 3.14, $(KERNELVERSION)),)
Stephen Wang90c67de2016-04-26 15:15:59 -0700101NSS_CCFLAGS += -DNSS_FABRIC_SCALING_SUPPORT=1
Murat Sezginc3f318f2017-05-25 13:02:13 -0700102else ifneq ($(findstring 4.4, $(KERNELVERSION)),)
Thomas Wu862394c2017-05-03 15:54:11 -0700103NSS_CCFLAGS += -DNSS_FABRIC_SCALING_SUPPORT=1
Stephen Wang463f1cf2016-03-29 15:25:51 -0700104else
Stephen Wang90c67de2016-04-26 15:15:59 -0700105NSS_CCFLAGS += -DNSS_FABRIC_SCALING_SUPPORT=0
Stephen Wang463f1cf2016-03-29 15:25:51 -0700106endif
107
Arunkumar T28b2d742015-06-16 22:15:58 +0530108# Disable Frequency scaling
109ifeq "$(NSS_FREQ_SCALE_DISABLE)" "y"
110ccflags-y += -DNSS_FREQ_SCALE_SUPPORT=0
111else
112qca-nss-drv-objs += nss_freq.o
113ccflags-y += -DNSS_FREQ_SCALE_SUPPORT=1
114endif
115
Sundarajan Srinivasan4691ba62014-11-07 11:24:07 -0800116ccflags-y += $(NSS_CCFLAGS)
117
118export NSS_CCFLAGS
119
Pamidipati, Vijayc6ae5662013-06-10 11:03:55 +0530120obj ?= .