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 24, 2023
1 parent 0c443b6 commit d75c945
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#obj-m := fpga_device.o fpga_system.o i2c_switchcpld.o fpga_i2c_ocores.o fpga_xcvr.o lpc_basecpld.o pddf_custom_fpga_algo.o
obj-m := pddf_custom_fpga_algo.o
TARGET := pddf_custom_fan_driver_module
obj-m := $(TARGET).o pddf_custom_fpga_algo.o

$(TARGET)-objs := ./fan_driver/pddf_custom_fan_api.o ./fan_driver/pddf_custom_fan_driver.o

0 comments on commit d75c945

Please sign in to comment.