From 8000ef44f4a82d845d5139cebfcac047ee291433 Mon Sep 17 00:00:00 2001 From: "Bjoern B. Brandenburg" Date: Tue, 22 Nov 2011 13:49:40 +0100 Subject: Change default path to remove *2010 tag. This is not the 2010 version anymore, so let's use a version-agnostic path. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 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 | \ ARCH ?= ${host-arch} # LITMUS_KERNEL -- where to find the litmus kernel? -LITMUS_KERNEL ?= ../litmus2010 +LITMUS_KERNEL ?= ../litmus-rt # ############################################################################## @@ -276,4 +276,3 @@ $(error Cannot build without access to the architecture-specific files) endif endif - -- cgit v1.2.2