Skip to content

Commit

Permalink
[debug]: Fix src path mistake for sonic-swss. (#3186)
Browse files Browse the repository at this point in the history
  • Loading branch information
renukamanavalan authored and lguohan committed Jul 19, 2019
1 parent 7af5469 commit 6c4ec39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/swss.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ $(eval $(call add_derived_package,$(SWSS),$(SWSS_DBG)))
# The .c, .cpp, .h & .hpp files under src/{$DBG_SRC_ARCHIVE list}
# are archived into debug one image to facilitate debugging.
#
DBG_SRC_ARCHIVE += swss
DBG_SRC_ARCHIVE += sonic-swss

0 comments on commit 6c4ec39

Please sign in to comment.