aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2011-11-22 07:49:40 -0500
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2011-11-24 15:22:03 -0500
commit8000ef44f4a82d845d5139cebfcac047ee291433 (patch)
tree3ddca576e24882bf52c66b42170f76b79dc3cbaf
parent4d4ba58fca7753c1bbe56d43e7977f2a9601e772 (diff)
Change default path to remove *2010 tag.2012.1wip-2011.2-bbb
This is not the 2010 version anymore, so let's use a version-agnostic path.
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index db94ffb..2109a45 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ host-arch := $(shell uname -m | \
12ARCH ?= ${host-arch} 12ARCH ?= ${host-arch}
13 13
14# LITMUS_KERNEL -- where to find the litmus kernel? 14# LITMUS_KERNEL -- where to find the litmus kernel?
15LITMUS_KERNEL ?= ../litmus2010 15LITMUS_KERNEL ?= ../litmus-rt
16 16
17 17
18# ############################################################################## 18# ##############################################################################
@@ -276,4 +276,3 @@ $(error Cannot build without access to the architecture-specific files)
276endif 276endif
277 277
278endif 278endif
279