aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorztong <ztong@cs.unc.edu>2021-03-10 15:29:46 -0500
committerztong <ztong@cs.unc.edu>2021-03-10 15:29:46 -0500
commit22fa2c37519cdd1d7e261d4efe0d3aa57b96c716 (patch)
treea47385ba5748de35333ae5bd862ce108d97062fd /Makefile
parentbea119e8503107b92aae3bd26f2ceac104f58293 (diff)
Modified ft to support fz overhead tracingHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3fcfc38..5ef7325 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 ?= ../liblitmus 8LIBLITMUS ?= ../liblitmus-ext-res
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.