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-22 07:49:40 -0500
commit5cf549f543dcce5d81afec6e561a9d9f45f2c58d (patch)
treef71f45d5fdfe0498514d363f1f0f9f8cb67eae68
parent32d17918b557eb6c79202949fff3dcb4eab45fa7 (diff)
Change default path to remove *2010 tag.wip-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