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/gui/gui.mk | |
parent | b47ad0b71a063133d2b1434af604a6866c480e0e (diff) | |
download | uGFX-27276101ee46b1ef196c1c52ac92b7ea30d52778.tar.gz uGFX-27276101ee46b1ef196c1c52ac92b7ea30d52778.tar.bz2 uGFX-27276101ee46b1ef196c1c52ac92b7ea30d52778.zip |
Makefile LCD replaced with GFX
Diffstat (limited to 'old/gui/gui.mk')
-rw-r--r-- | old/gui/gui.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |