aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2012-03-07 10:45:50 -0500
committerGlenn Elliott <gelliott@cs.unc.edu>2012-03-07 10:45:50 -0500
commit44211103f2585b202b58aa54d48c707cab16f1c8 (patch)
tree13eeda793304dcca1cfcb646e4979af83b80048a /Makefile
parent2089e7a47d1e081cfd2b444e9ffb512732e6d082 (diff)
Set tracer to FIFO instead of reniced.wip-irq-trace
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index afff4dc..a8072e6 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
5-include .config 5-include .config
6 6
7# Where is the LITMUS^RT userspace library source tree? 7# Where is the LITMUS^RT userspace library source tree?
8LIBLITMUS ?= ../liblitmus2010 8LIBLITMUS ?= ../liblitmus
9 9
10# Include default configuration from liblitmus 10# Include default configuration from liblitmus
11# Liblitmus must have been built before ft_tools can be built. 11# Liblitmus must have been built before ft_tools can be built.