Skip to content

Commit

Permalink
fixup! drivers/nutdrv_atcl_usb.c: upsdrv_makevartable(): refer to nut…
Browse files Browse the repository at this point in the history
…_usb_addvars() [networkupstools#1754]
  • Loading branch information
jimklimov committed Jan 4, 2023
1 parent 7ca236b commit c92534e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ bcmxcp_usb_LDADD = $(LDADD_DRIVERS) $(LIBUSB_LIBS) -lm
blazer_usb_SOURCES = blazer.c blazer_usb.c $(LIBUSB_IMPL) usb-common.c
blazer_usb_LDADD = $(LDADD_DRIVERS) $(LIBUSB_LIBS) -lm

nutdrv_atcl_usb_SOURCES = nutdrv_atcl_usb.c usb-common.c
nutdrv_atcl_usb_SOURCES = nutdrv_atcl_usb.c $(LIBUSB_IMPL) usb-common.c
nutdrv_atcl_usb_LDADD = $(LDADD_DRIVERS) $(LIBUSB_LIBS)

richcomm_usb_SOURCES = richcomm_usb.c usb-common.c
Expand Down

0 comments on commit c92534e

Please sign in to comment.