[qca-nss-clients] Set IPQ60xx dependency for nss client package
Include ipq60xx changes for nss client package
Change-Id: I16f5b7edc339a634347a04397c86c4d55012480f
Signed-off-by: Suman Ghosh <sumaghos@codeaurora.org>
diff --git a/vlan/Makefile b/vlan/Makefile
index 6fff6b9..8f97a1a 100644
--- a/vlan/Makefile
+++ b/vlan/Makefile
@@ -4,7 +4,7 @@
obj-m += qca-nss-vlan.o
qca-nss-vlan-objs := nss_vlan_mgr.o
-ifeq ($(SoC),$(filter $(SoC),ipq807x ipq807x_64))
+ifeq ($(SoC),$(filter $(SoC),ipq807x ipq807x_64 ipq60xx ipq60xx_64))
ccflags-y += -DNSS_VLAN_MGR_PPE_SUPPORT
endif