From 27276101ee46b1ef196c1c52ac92b7ea30d52778 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Thu, 4 Oct 2012 09:09:03 +0200 Subject: Makefile LCD replaced with GFX --- old/gui/gui.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'old/gui') diff --git a/old/gui/gui.mk b/old/gui/gui.mk index 6d0700aa..6d6d5456 100644 --- a/old/gui/gui.mk +++ b/old/gui/gui.mk @@ -1,3 +1,3 @@ -GDISP_GUI_SRC = $(LCDLIB)/gui/gui.c +GDISP_GUI_SRC = $(GFXLIB)/gui/gui.c -GDISP_GUI_INC = $(LCDLIB)/gui +GDISP_GUI_INC = $(GFXLIB)/gui -- cgit v1.2.3