aboutsummaryrefslogtreecommitdiffstats
path: root/lcd.mk
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-10-04 09:09:03 +0200
committerJoel Bodenmann <joel@unormal.org>2012-10-04 09:09:03 +0200
commit27276101ee46b1ef196c1c52ac92b7ea30d52778 (patch)
treeaf104a77a986fe479602aa607331ff3314d920ba /lcd.mk
parentb47ad0b71a063133d2b1434af604a6866c480e0e (diff)
downloaduGFX-27276101ee46b1ef196c1c52ac92b7ea30d52778.tar.gz
uGFX-27276101ee46b1ef196c1c52ac92b7ea30d52778.tar.bz2
uGFX-27276101ee46b1ef196c1c52ac92b7ea30d52778.zip
Makefile LCD replaced with GFX
Diffstat (limited to 'lcd.mk')
-rw-r--r--lcd.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/lcd.mk b/lcd.mk
deleted file mode 100644
index 646fc1da..00000000
--- a/lcd.mk
+++ /dev/null
@@ -1,11 +0,0 @@
-# don't re-define LCDLIB if it has been set elsewhere, e.g in Makefile
-ifeq ($(LCDLIB),)
- LCDLIB = $(CHIBIOS)/ext/lcd
-endif
-
-LCDSRC += $(LCDLIB)/src/gdisp.c \
- $(LCDLIB)/src/gdisp_fonts.c \
- $(LCDLIB)/src/touchpad.c \
- $(LCDLIB)/src/console.c \
-
-LCDINC += $(LCDLIB)/include