diff options
author | Tectu <joel@unormal.org> | 2012-08-13 04:12:42 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-08-13 04:12:42 +0200 |
commit | e27d04d002a40f3b514eeeb60d374df6a8a1280c (patch) | |
tree | 7c20e6edd42cd4f20eda183a16ce66c5e8c7105e /old/gui/gui.mk | |
parent | 54229cbdaaf585b5adf9b085229a22c9824c112c (diff) | |
download | uGFX-e27d04d002a40f3b514eeeb60d374df6a8a1280c.tar.gz uGFX-e27d04d002a40f3b514eeeb60d374df6a8a1280c.tar.bz2 uGFX-e27d04d002a40f3b514eeeb60d374df6a8a1280c.zip |
restructure
Diffstat (limited to 'old/gui/gui.mk')
-rw-r--r-- | old/gui/gui.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/old/gui/gui.mk b/old/gui/gui.mk new file mode 100644 index 00000000..e25cbd73 --- /dev/null +++ b/old/gui/gui.mk @@ -0,0 +1,3 @@ +LCD_GUI_SRC = $(LCDLIB)/gui/gui.c + +LCD_GUI_INC = $(LCDLIB)/gui |