fixed compile errors and makefile error omitting config.o
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user