aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAndrea Bastoni <bastoni@cs.unc.edu>2009-12-17 21:23:36 -0500
committerAndrea Bastoni <bastoni@cs.unc.edu>2010-05-29 17:05:45 -0400
commit4b38febbd59fd33542a343991262119eb9860f5e (patch)
tree1af88a0d354abe344c2c2869631f76a1806d75c3 /Makefile
parent22763c5cf3690a681551162c15d34d935308c8d7 (diff)
[ported from 2008.3] Core LITMUS^RT infrastructure
Port 2008.3 Core LITMUS^RT infrastructure to Linux 2.6.32 litmus_sched_class implements 4 new methods: - prio_changed: void - switched_to: void - get_rr_interval: return infinity (i.e., 0) - select_task_rq: return current cpu
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f5cdb72ba2ce..2603066a012d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1VERSION = 2 1VERSION = 2
2PATCHLEVEL = 6 2PATCHLEVEL = 6
3SUBLEVEL = 32 3SUBLEVEL = 32
4EXTRAVERSION = 4EXTRAVERSION =-litmus2010
5NAME = Man-Eating Seals of Antiquity 5NAME = Man-Eating Seals of Antiquity
6 6
7# *DOCUMENTATION* 7# *DOCUMENTATION*
@@ -644,7 +644,7 @@ export mod_strip_cmd
644 644
645 645
646ifeq ($(KBUILD_EXTMOD),) 646ifeq ($(KBUILD_EXTMOD),)
647core-y += kernel/ mm/ fs/ ipc/ security/ crypto/ block/ 647core-y += kernel/ mm/ fs/ ipc/ security/ crypto/ block/ litmus/
648 648
649vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \ 649vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \
650 $(core-y) $(core-m) $(drivers-y) $(drivers-m) \ 650 $(core-y) $(core-m) $(drivers-y) $(drivers-m) \