Skip to content

Commit 6122d7c

Browse files
committed
Enable compiling hm2_modbus for RTAI too.
1 parent 36f5b56 commit 6122d7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,10 +1012,10 @@ endif
10121012
endif
10131013

10141014
obj-$(CONFIG_HOSTMOT2) += hostmot2.o hm2_test.o hm2_pci.o hm2_7i43.o hm2_7i90.o setsserial.o
1015+
obj-$(CONFIG_HOSTMOT2) += hm2_modbus.o
10151016
ifeq ($(BUILD_SYS),uspace)
10161017
obj-$(CONFIG_HOSTMOT2) += hm2_eth.o
10171018
obj-$(CONFIG_HOSTMOT2) += hm2_spi.o hm2_rpspi.o hm2_spix.o
1018-
obj-$(CONFIG_HOSTMOT2) += hm2_modbus.o
10191019
endif
10201020
hostmot2-objs := \
10211021
hal/drivers/mesa-hostmot2/hostmot2.o \

0 commit comments

Comments
 (0)