From 319f038a28907277890b6122c4caf07842a4936c Mon Sep 17 00:00:00 2001 From: neonloop Date: Tue, 10 Jan 2023 15:58:01 +0000 Subject: Adds funkey-s build instructions to README --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a4daf7a..21df610 100644 --- a/Makefile +++ b/Makefile @@ -89,9 +89,9 @@ ifeq ($(platform), trimui) else ifeq ($(platform), funkey-s) OBJS += plat_funkey.o funkey/fk_menu.o funkey/fk_instant_play.o CFLAGS += -DCONTENT_DIR='"/mnt"' -DFUNKEY_S - LDFLAGS += -fPIC + LDFLAGS += -fPIC LDFLAGS += -lSDL_image -lSDL_ttf # For fk_menu - core_platform = classic_armv7_a7 + core_platform = classic_armv7_a7 else ifeq ($(platform), unix) OBJS += plat_linux.o LDFLAGS += -fPIE -- cgit v1.2.3