Stephen Wang | 58aba23 | 2016-09-29 12:09:51 -0700 | [diff] [blame] | 1 | ccflags-y := -I$(obj)/../exports -I$(obj)/.. -I$(obj)/nss_hal/include |
| 2 | ccflags-y += -DNSS_CLIENT_BUILD_ID="$(BUILD_ID)" |
| 3 | |
| 4 | obj-m += qca-nss-vlan.o |
| 5 | qca-nss-vlan-objs := nss_vlan_mgr.o |
| 6 | |
Suman Ghosh | f24d391 | 2018-08-17 20:44:19 +0530 | [diff] [blame] | 7 | ifeq ($(SoC),$(filter $(SoC),ipq807x ipq807x_64 ipq60xx ipq60xx_64)) |
Stephen Wang | 58aba23 | 2016-09-29 12:09:51 -0700 | [diff] [blame] | 8 | ccflags-y += -DNSS_VLAN_MGR_PPE_SUPPORT |
| 9 | endif |
| 10 | |
| 11 | ccflags-y += -DNSS_VLAN_MGR_DEBUG_LEVEL=0 |