From dd4a4072172cfa58260c75a69d4e97700be8236c Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 8 Jul 2019 19:17:46 +0200 Subject: [PATCH] Modbus test: clean up Makefile --- test-modbus/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test-modbus/Makefile b/test-modbus/Makefile index cbe62e8..ddee040 100644 --- a/test-modbus/Makefile +++ b/test-modbus/Makefile @@ -1,7 +1,9 @@ BINARY=test -OBJS=test.o util-debug.o modbus.o +OBJS=test.o +# Library modules to use vpath %.c ../lib +OBJS += util-debug.o modbus.o OPENCM3_DIR=/home/mj/stm/libopencm3 DEVICE=stm32f103x8 -- 2.39.2