summaryrefslogtreecommitdiff
path: root/led
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-06 23:22:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-06 23:22:03 +0000
commita1560d7c6a0cbdae4b3e1ad34c9cbd77b80d0455 (patch)
tree6449e0c093ddb8067761ebde1f259e7334a42d3d /led
parent728a15d81aaaddc50f7c7c47e63fa1e6af7d41ed (diff)
2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile: Add timer test.
Diffstat (limited to 'led')
-rw-r--r--led/ChangeLog4
-rw-r--r--led/Makefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/led/ChangeLog b/led/ChangeLog
index c4d32a8..ec55eaf 100644
--- a/led/ChangeLog
+++ b/led/ChangeLog
@@ -1,5 +1,9 @@
2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * Makefile: Add timer test.
+
+2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* complex1/.main.cc.swp: Removed.
2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
diff --git a/led/Makefile b/led/Makefile
index bb165a6..37da744 100644
--- a/led/Makefile
+++ b/led/Makefile
@@ -7,7 +7,7 @@ include $(RTEMS_CUSTOM)
include $(RTEMS_ROOT)/make/directory.cfg
SUBDIRS=delay event_server msg_server sem_server ratemon1 ratemon2 \
- timeout_event
+ timeout_event timer
# If the POSIX API isn't enabled, we can't build these
ifeq ($(RTEMS_HAS_POSIX_API),yes)