diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-11-22 07:49:40 -0500 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-11-24 15:22:03 -0500 |
commit | 8000ef44f4a82d845d5139cebfcac047ee291433 (patch) | |
tree | 3ddca576e24882bf52c66b42170f76b79dc3cbaf | |
parent | 4d4ba58fca7753c1bbe56d43e7977f2a9601e772 (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-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -12,7 +12,7 @@ host-arch := $(shell uname -m | \ | |||
12 | ARCH ?= ${host-arch} | 12 | ARCH ?= ${host-arch} |
13 | 13 | ||
14 | # LITMUS_KERNEL -- where to find the litmus kernel? | 14 | # LITMUS_KERNEL -- where to find the litmus kernel? |
15 | LITMUS_KERNEL ?= ../litmus2010 | 15 | LITMUS_KERNEL ?= ../litmus-rt |
16 | 16 | ||
17 | 17 | ||
18 | # ############################################################################## | 18 | # ############################################################################## |
@@ -276,4 +276,3 @@ $(error Cannot build without access to the architecture-specific files) | |||
276 | endif | 276 | endif |
277 | 277 | ||
278 | endif | 278 | endif |
279 | |||