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/graph/graph.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'old/graph') diff --git a/old/graph/graph.mk b/old/graph/graph.mk index 849940af..a826cfe0 100644 --- a/old/graph/graph.mk +++ b/old/graph/graph.mk @@ -1,3 +1,3 @@ -GDISP_GRAPH_SRC = $(LCDLIB)/graph/graph.c +GDISP_GRAPH_SRC = $(GFXLIB)/graph/graph.c -GDISP_GRAPH_INC = $(LCDLIB)/graph +GDISP_GRAPH_INC = $(GFXLIB)/graph -- cgit v1.2.3