From cc457d327e1d5c3ff6b273a1f8acf610cd5e938d Mon Sep 17 00:00:00 2001 From: Yagami-Jiang <119273528+Yagami-Jiang@users.noreply.github.com> Date: Mon, 12 Jun 2023 09:41:23 +0800 Subject: [PATCH] Update Makefile --- .../silverstone-v2/modules/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 e998636a2c80..6c7a6e5ab25b 100644 --- a/platform/broadcom/sonic-platform-modules-cel/silverstone-v2/modules/Makefile +++ b/platform/broadcom/sonic-platform-modules-cel/silverstone-v2/modules/Makefile @@ -1,5 +1,8 @@ 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 +TARGET1:= pddf_custom_led_module +$(TARGET1)-objs := ./led_driver/pddf_custom_led_module.o + +obj-m := $(TARGET).o $(TARGET1).o obj-m += pddf_custom_fpga_algo.o pddf_custom_fpga_extend.o pddf_custom_psu.o