summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-06-04 17:59:48 -0700
committerKeith Packard <keithp@keithp.com>2011-06-04 17:59:48 -0700
commitebf6e54d59dc06d974d3928691246e3213534d7e (patch)
tree322080e3d29b3ecaf177af4c9097b39c3b531eef /src/Makefile
parente0ebdb4468db84a8e7f83043103e4b3bac928b74 (diff)
src-avr: Add LCD driver for NHD-C0216CU-FN-GWB-3V display
Initializes the Newhaven display and has a few simple commands to show some text. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 3eec3980..74c986d8 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -6,7 +6,7 @@ CC=sdcc
include Version
-SUBDIRS=\
+SUBDIRS=teletest-v1.1 \
telemetrum-v1.1 telemetrum-v1.0 \
teledongle-v0.2 teledongle-v0.1 \
telemini-v0.1 telenano-v0.1 \