diff options
author | Joel Bodenmann <joel@unormal.org> | 2012-10-04 09:09:03 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2012-10-04 09:09:03 +0200 |
commit | 27276101ee46b1ef196c1c52ac92b7ea30d52778 (patch) | |
tree | af104a77a986fe479602aa607331ff3314d920ba /old/graph | |
parent | b47ad0b71a063133d2b1434af604a6866c480e0e (diff) | |
download | uGFX-27276101ee46b1ef196c1c52ac92b7ea30d52778.tar.gz uGFX-27276101ee46b1ef196c1c52ac92b7ea30d52778.tar.bz2 uGFX-27276101ee46b1ef196c1c52ac92b7ea30d52778.zip |
Makefile LCD replaced with GFX
Diffstat (limited to 'old/graph')
-rw-r--r-- | old/graph/graph.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |