aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-04-01 01:01:22 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-04-01 18:21:38 -0400
commit83e240f25035e34e4a43273122cb17d3f4725dac (patch)
tree637df15a1acb5c62268d010d87e1a0aa5e2ecdd2 /Makefile
parent88e3ec703947a78a7f50b4ae38a8cabbd60dc8db (diff)
downloadlibrambutan-83e240f25035e34e4a43273122cb17d3f4725dac.tar.gz
librambutan-83e240f25035e34e4a43273122cb17d3f4725dac.zip
Redid Servo in terms of new timer.h.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 109a126..d31c9ed 100644
--- a/Makefile
+++ b/Makefile
@@ -97,7 +97,7 @@ endif
LIBMAPLE_MODULES := $(SRCROOT)/libmaple
LIBMAPLE_MODULES += $(SRCROOT)/wirish
# Official libraries:
-# LIBMAPLE_MODULES += $(SRCROOT)/libraries/Servo
+LIBMAPLE_MODULES += $(SRCROOT)/libraries/Servo
LIBMAPLE_MODULES += $(SRCROOT)/libraries/LiquidCrystal
LIBMAPLE_MODULES += $(SRCROOT)/libraries/Wire