Skip to content

Commit

Permalink
[ufispace][pddf] Add the pddf package dependency to the ufispace plat…
Browse files Browse the repository at this point in the history
…form modules mk file. (#16302)

Signed-off-by: nonodark <ef67891@yahoo.com.tw>
  • Loading branch information
nonodark authored Aug 29, 2023
1 parent 459ba25 commit 42cf153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/broadcom/platform-modules-ufispace.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export UFISPACE_S6301_56ST_PLATFORM_MODULE_VERSION

UFISPACE_S9300_32D_PLATFORM_MODULE = sonic-platform-ufispace-s9300-32d_$(UFISPACE_S9300_32D_PLATFORM_MODULE_VERSION)_amd64.deb
$(UFISPACE_S9300_32D_PLATFORM_MODULE)_SRC_PATH = $(PLATFORM_PATH)/sonic-platform-modules-ufispace
$(UFISPACE_S9300_32D_PLATFORM_MODULE)_DEPENDS += $(LINUX_HEADERS) $(LINUX_HEADERS_COMMON)
$(UFISPACE_S9300_32D_PLATFORM_MODULE)_DEPENDS += $(LINUX_HEADERS) $(LINUX_HEADERS_COMMON) $(PDDF_PLATFORM_MODULE_SYM)
$(UFISPACE_S9300_32D_PLATFORM_MODULE)_PLATFORM = x86_64-ufispace_s9300_32d-r0
SONIC_DPKG_DEBS += $(UFISPACE_S9300_32D_PLATFORM_MODULE)

Expand Down

0 comments on commit 42cf153

Please sign in to comment.