blob: 785397d6e458ff9e47bf900168dd853300c04733 [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 \
19 nss_if.o \
20 nss_init.o \
21 nss_ipsec.o \
22 nss_ipv4.o \
Suruchi Agarwale3940e72016-07-06 15:56:51 -070023 nss_ipv4_log.o \
Arunkumar T8ebe1532015-06-10 16:01:53 +053024 nss_ipv4_reasm.o \
25 nss_ipv6.o \
Suruchi Agarwale3940e72016-07-06 15:56:51 -070026 nss_ipv6_log.o \
Selin Dag60a2f5b2015-06-29 14:39:49 -070027 nss_ipv6_reasm.o \
Arunkumara7605d72015-09-21 20:42:27 +053028 nss_l2tpv2.o \
Stephen Wang90c67de2016-04-26 15:15:59 -070029 nss_lag.o \
30 nss_log.o \
31 nss_lso_rx.o \
mandrwc6744902016-04-04 12:23:36 +053032 nss_map_t.o \
Arunkumar T8ebe1532015-06-10 16:01:53 +053033 nss_n2h.o \
Sivanesan Rajapupathi5c31b212016-01-06 16:21:57 -050034 nss_oam.o \
Stephen Wang90c67de2016-04-26 15:15:59 -070035 nss_phys_if.o \
Guojun Jinf3588a82015-07-05 22:01:22 -070036 nss_profiler.o \
Stephen Wang90c67de2016-04-26 15:15:59 -070037 nss_pm.o \
38 nss_portid.o \
39 nss_pppoe.o \
40 nss_pptp.o \
41 nss_shaper.o \
42 nss_sjack.o \
43 nss_stats.o \
44 nss_tstamp.o \
45 nss_tun6rd.o \
46 nss_tunipip6.o \
47 nss_virt_if.o \
Arunkumar T2d99a492015-08-31 19:29:48 +053048 nss_wifi.o \
Rakesh Nairc9cc58e2015-08-07 15:07:36 +053049 nss_wifi_if.o \
Stephen Wang90c67de2016-04-26 15:15:59 -070050 nss_wifi_vdev.o
Arunkumar T8ebe1532015-06-10 16:01:53 +053051
Arunkumar T8ebe1532015-06-10 16:01:53 +053052#
53# TODO: Deprecated files should be removed before merge
54#
55qca-nss-drv-objs += nss_tx_rx_virt_if.o
Stephen Wang90c67de2016-04-26 15:15:59 -070056
57qca-nss-drv-objs += nss_hal/nss_hal.o
Arunkumar T8ebe1532015-06-10 16:01:53 +053058qca-nss-drv-objs += nss_hal/fsm9010/nss_hal_pvt.o
Stephen Wang5901def2016-05-09 16:21:03 -070059qca-nss-drv-objs += nss_data_plane/nss_data_plane.o
60qca-nss-drv-objs += nss_data_plane/nss_data_plane_gmac.o
Arunkumar T8ebe1532015-06-10 16:01:53 +053061
62ccflags-y += -I$(obj)/nss_hal/include
Stephen Wang5901def2016-05-09 16:21:03 -070063ccflags-y += -I$(obj)/nss_data_plane/include
Arunkumar T8ebe1532015-06-10 16:01:53 +053064ccflags-y += -I$(obj)/exports
Stephen Wang90c67de2016-04-26 15:15:59 -070065ccflags-y += -I$(obj)/nss_hal/fsm9010 -DNSS_HAL_FSM9010_SUPPORT
Arunkumar T527492b2016-04-15 10:53:29 +053066ccflags-y += -DNSS_DEBUG_LEVEL=0 -DNSS_EMPTY_BUFFER_SIZE=1984 -DNSS_PKT_STATS_ENABLED=1
Anish Nataraj05d31f62016-08-17 17:07:14 +053067ccflags-y += -DNSS_DT_SUPPORT=1 -DNSS_PM_SUPPORT=0 -DNSS_FW_DBG_SUPPORT=0 -DNSS_SKB_RECYCLE_SUPPORT=0
68ccflags-y += -DNSS_PPP_SUPPORT=0 -DNSS_FREQ_SCALE_SUPPORT=0 -DNSS_FABRIC_SCALING_SUPPORT=0