diff lcdtest/Makefile @ 14:5a602e512b12

lcdtest: read ops split into command issuance and FTDI read
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 07 Apr 2018 01:19:14 +0000
parents 5eaf832d57d0
children 43cc53581975
line wrap: on
line diff
--- a/lcdtest/Makefile	Fri Apr 06 06:43:02 2018 +0000
+++ b/lcdtest/Makefile	Sat Apr 07 01:19:14 2018 +0000
@@ -1,7 +1,7 @@
 CC=	gcc
 CFLAGS=	-O2
 PROG=	lcdtest
-OBJS=	busops.o commands.o dispatch.o main.o
+OBJS=	busops.o commands.o dispatch.o main.o readops.o
 
 all:	${PROG}