diff options
Diffstat (limited to 'old')
-rw-r--r-- | old/graph/graph.mk | 4 | ||||
-rw-r--r-- | old/gui/gui.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/old/graph/graph.mk b/old/graph/graph.mk index 706a9412..849940af 100644 --- a/old/graph/graph.mk +++ b/old/graph/graph.mk @@ -1,3 +1,3 @@ -LCD_GRAPH_SRC = $(LCDLIB)/graph/graph.c +GDISP_GRAPH_SRC = $(LCDLIB)/graph/graph.c -LCD_GRAPH_INC = $(LCDLIB)/graph +GDISP_GRAPH_INC = $(LCDLIB)/graph diff --git a/old/gui/gui.mk b/old/gui/gui.mk index e25cbd73..6d0700aa 100644 --- a/old/gui/gui.mk +++ b/old/gui/gui.mk @@ -1,3 +1,3 @@ -LCD_GUI_SRC = $(LCDLIB)/gui/gui.c +GDISP_GUI_SRC = $(LCDLIB)/gui/gui.c -LCD_GUI_INC = $(LCDLIB)/gui +GDISP_GUI_INC = $(LCDLIB)/gui |