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-22 07:49:40 -0500 |
commit | 5cf549f543dcce5d81afec6e561a9d9f45f2c58d (patch) | |
tree | f71f45d5fdfe0498514d363f1f0f9f8cb67eae68 | |
parent | 32d17918b557eb6c79202949fff3dcb4eab45fa7 (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-- | 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 | |||