From 4f622a1dbb9d045c14014687fc98c6608a70b79e Mon Sep 17 00:00:00 2001 From: Comma Device Date: Mon, 21 Sep 2020 08:03:36 -0700 Subject: [PATCH] Fix makefiles after read_file() helper old-commit-hash: 4be0e23ca588f110056917863a725f164996ca49 --- installer/Makefile | 1 + selfdrive/ui/spinner/Makefile | 1 + selfdrive/ui/text/Makefile | 1 + 3 files changed, 3 insertions(+) diff --git a/installer/Makefile b/installer/Makefile index 4fbe3cf2ed..6c80546af3 100644 --- a/installer/Makefile +++ b/installer/Makefile @@ -21,6 +21,7 @@ FRAMEBUFFER_LIBS = -lutils -lgui -lEGL COMMON_OBJS = ../selfdrive/common/glutil.o \ ../selfdrive/common/framebuffer.o \ + ../selfdrive/common/util.o \ $(PHONELIBS)/nanovg/nanovg.o \ ../selfdrive/common/spinner.o \ opensans_semibold.o \ diff --git a/selfdrive/ui/spinner/Makefile b/selfdrive/ui/spinner/Makefile index 93871bb009..8d80f69a85 100644 --- a/selfdrive/ui/spinner/Makefile +++ b/selfdrive/ui/spinner/Makefile @@ -20,6 +20,7 @@ FRAMEBUFFER_LIBS = -lutils -lgui -lEGL OBJS = spinner.o \ ../../common/framebuffer.o \ + ../../common/util.o \ $(PHONELIBS)/nanovg/nanovg.o \ ../../common/spinner.o \ opensans_semibold.o \ diff --git a/selfdrive/ui/text/Makefile b/selfdrive/ui/text/Makefile index 7a011edb35..fbde1077db 100644 --- a/selfdrive/ui/text/Makefile +++ b/selfdrive/ui/text/Makefile @@ -20,6 +20,7 @@ FRAMEBUFFER_LIBS = -lutils -lgui -lEGL OBJS = text.o \ ../../common/framebuffer.o \ + ../../common/util.o \ ../../../selfdrive/common/touch.o \ $(PHONELIBS)/nanovg/nanovg.o \ opensans_regular.o \