From: Martin Mares Date: Mon, 8 Jul 2019 17:17:46 +0000 (+0200) Subject: Modbus test: clean up Makefile X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=dd4a4072172cfa58260c75a69d4e97700be8236c;p=home-hw.git Modbus test: clean up Makefile --- 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