blob: ab03cfc9713f1bae32aebb831e006cdabbdf7018 [file] [log] [blame]
Arunkumar T8ebe1532015-06-10 16:01:53 +05301# ###################################################
2# # Makefile for the NSS driver
3# ###################################################
4obj-m += qca-nss-drv.o
5
6#
7# List the files that belong to the driver in alphabetical order.
8#
9qca-nss-drv-objs := \
Stephen Wang90c67de2016-04-26 15:15:59 -070010 nss_capwap.o \
Arunkumar T8ebe1532015-06-10 16:01:53 +053011 nss_cmn.o \
12 nss_core.o \
Guojun Jinf3588a82015-07-05 22:01:22 -070013 nss_coredump.o \
Arunkumar T8ebe1532015-06-10 16:01:53 +053014 nss_crypto.o \
Stephen Wang90c67de2016-04-26 15:15:59 -070015 nss_dtls.o \
Arunkumar T8ebe1532015-06-10 16:01:53 +053016 nss_dynamic_interface.o \
Stephen Wang90c67de2016-04-26 15:15:59 -070017 nss_eth_rx.o \
Arunkumar T8ebe1532015-06-10 16:01:53 +053018 nss_gre_redir.o \
Arunkumar T5fc2cd62016-09-01 15:03:12 +053019 nss_gre_tunnel.o \
Arunkumar T8ebe1532015-06-10 16:01:53 +053020 nss_if.o \
21 nss_init.o \
22 nss_ipsec.o \
23 nss_ipv4.o \
Suruchi Agarwale3940e72016-07-06 15:56:51 -070024 nss_ipv4_log.o \
Arunkumar T8ebe1532015-06-10 16:01:53 +053025 nss_ipv4_reasm.o \
26 nss_ipv6.o \
Suruchi Agarwale3940e72016-07-06 15:56:51 -070027 nss_ipv6_log.o \
Selin Dag60a2f5b2015-06-29 14:39:49 -070028 nss_ipv6_reasm.o \
Arunkumara7605d72015-09-21 20:42:27 +053029 nss_l2tpv2.o \
Stephen Wang90c67de2016-04-26 15:15:59 -070030 nss_lag.o \
31 nss_log.o \
32 nss_lso_rx.o \
mandrwc6744902016-04-04 12:23:36 +053033 nss_map_t.o \
Arunkumar T8ebe1532015-06-10 16:01:53 +053034 nss_n2h.o \
Sivanesan Rajapupathi5c31b212016-01-06 16:21:57 -050035 nss_oam.o \
Stephen Wang90c67de2016-04-26 15:15:59 -070036 nss_phys_if.o \
Guojun Jinf3588a82015-07-05 22:01:22 -070037 nss_profiler.o \
Stephen Wang90c67de2016-04-26 15:15:59 -070038 nss_pm.o \
39 nss_portid.o \
40 nss_pppoe.o \
41 nss_pptp.o \
42 nss_shaper.o \
43 nss_sjack.o \
44 nss_stats.o \
45 nss_tstamp.o \
46 nss_tun6rd.o \
47 nss_tunipip6.o \
48 nss_virt_if.o \
Arunkumar T2d99a492015-08-31 19:29:48 +053049 nss_wifi.o \
Rakesh Nairc9cc58e2015-08-07 15:07:36 +053050 nss_wifi_if.o \
Stephen Wang90c67de2016-04-26 15:15:59 -070051 nss_wifi_vdev.o
Arunkumar T8ebe1532015-06-10 16:01:53 +053052
Arunkumar T8ebe1532015-06-10 16:01:53 +053053#
54# TODO: Deprecated files should be removed before merge
55#
56qca-nss-drv-objs += nss_tx_rx_virt_if.o
Stephen Wang90c67de2016-04-26 15:15:59 -070057
58qca-nss-drv-objs += nss_hal/nss_hal.o
Arunkumar T8ebe1532015-06-10 16:01:53 +053059qca-nss-drv-objs += nss_hal/fsm9010/nss_hal_pvt.o
Stephen Wang5901def2016-05-09 16:21:03 -070060qca-nss-drv-objs += nss_data_plane/nss_data_plane.o
61qca-nss-drv-objs += nss_data_plane/nss_data_plane_gmac.o
Arunkumar T8ebe1532015-06-10 16:01:53 +053062
63ccflags-y += -I$(obj)/nss_hal/include
Stephen Wang5901def2016-05-09 16:21:03 -070064ccflags-y += -I$(obj)/nss_data_plane/include
Arunkumar T8ebe1532015-06-10 16:01:53 +053065ccflags-y += -I$(obj)/exports
Stephen Wang90c67de2016-04-26 15:15:59 -070066ccflags-y += -I$(obj)/nss_hal/fsm9010 -DNSS_HAL_FSM9010_SUPPORT
Arunkumar T527492b2016-04-15 10:53:29 +053067ccflags-y += -DNSS_DEBUG_LEVEL=0 -DNSS_EMPTY_BUFFER_SIZE=1984 -DNSS_PKT_STATS_ENABLED=1
Anish Nataraj05d31f62016-08-17 17:07:14 +053068ccflags-y += -DNSS_DT_SUPPORT=1 -DNSS_PM_SUPPORT=0 -DNSS_FW_DBG_SUPPORT=0 -DNSS_SKB_RECYCLE_SUPPORT=0
69ccflags-y += -DNSS_PPP_SUPPORT=0 -DNSS_FREQ_SCALE_SUPPORT=0 -DNSS_FABRIC_SCALING_SUPPORT=0