Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Yagami-Jiang authored Jun 12, 2023
1 parent ce4292a commit cc457d3
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cc457d3

Please sign in to comment.