We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed900f commit 701c1ebCopy full SHA for 701c1eb
rules/swss.mk
@@ -6,3 +6,8 @@ $(SWSS)_DEPENDS += $(LIBSAIREDIS_DEV) $(LIBSAIMETADATA_DEV) $(LIBTEAM_DEV) \
6
$(LIBTEAMDCT) $(LIBTEAM_UTILS)
7
$(SWSS)_RDEPENDS += $(LIBSAIREDIS) $(LIBSAIMETADATA) $(LIBTEAM)
8
SONIC_DPKG_DEBS += $(SWSS)
9
+
10
+SWSS_DBG = swss-dbg_1.0.0_amd64.deb
11
+$(SWSS_DBG)_DEPENDS += $(SWSS)
12
+$(SWSS_DBG)_RDEPENDS += $(SWSS)
13
+$(eval $(call add_derived_package,$(SWSS),$(SWSS_DBG)))
0 commit comments