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 | |||||
Yu Huang | 2761f5e | 2017-05-02 12:18:06 -0700 | [diff] [blame] | 7 | ifeq ($(SoC),$(filter $(SoC),ipq807x ipq807x_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 |