From 17fe9bf6c17c8a8af278c7cca6a330823259a486 Mon Sep 17 00:00:00 2001 From: Yagami-Jiang <119273528+Yagami-Jiang@users.noreply.github.com> Date: Wed, 31 May 2023 14:11:42 +0800 Subject: [PATCH] Update Makefile --- .../silverstone-v2/modules/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/platform/broadcom/sonic-platform-modules-cel/silverstone-v2/modules/Makefile b/platform/broadcom/sonic-platform-modules-cel/silverstone-v2/modules/Makefile index 4535ffd5e9a7..6169f431da04 100644 --- a/platform/broadcom/sonic-platform-modules-cel/silverstone-v2/modules/Makefile +++ b/platform/broadcom/sonic-platform-modules-cel/silverstone-v2/modules/Makefile @@ -1,4 +1,5 @@ -TARGET := pddf_custom_fan_driver_module -obj-m := $(TARGET).o pddf_custom_fpga_algo.o - +TARGET:= pddf_custom_fan_driver_module $(TARGET)-objs := ./fan_driver/pddf_custom_fan_api.o ./fan_driver/pddf_custom_fan_driver.o + +obj-m := $(TARGET).o +obj-m += pddf_custom_fpga_algo.o pddf_custom_fpga_extend.o