Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Yagami-Jiang committed May 31, 2023
1 parent caba419 commit ddb16a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ 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
obj-m += pddf_custom_fpga_algo.o pddf_custom_fpga_extend.o pddf_custom_psu.o

0 comments on commit ddb16a9

Please sign in to comment.