Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Yagami-Jiang authored May 31, 2023
1 parent caf8fbd commit 17fe9bf
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 17fe9bf

Please sign in to comment.