fixed compile errors and makefile error omitting config.o

This commit is contained in:
2019-12-06 22:45:01 -07:00
parent dde3bda516
commit cfc067786a
3 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
OBJS=main.o sysinput.o fbinit.o log.o gpio.o msg_queue.o time_func.o splash.o
OBJS=main.o sysinput.o fbinit.o log.o gpio.o msg_queue.o time_func.o config.o splash.o
LIBS=-lbcm2835 -lpthread
upiwin: $(OBJS)