aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAndrea Bastoni <bastoni@cs.unc.edu>2010-05-29 23:35:01 -0400
committerAndrea Bastoni <bastoni@cs.unc.edu>2010-05-29 23:35:01 -0400
commit6ffc1fee98c4b995eb3a0285f4f8fb467cb0306e (patch)
tree69a05892a41e7f7400fa598ee0bdf8027c8f0fd6 /Makefile
parente40152ee1e1c7a63f4777791863215e3faa37a86 (diff)
parent7c1ff4c544dd650cceff3cd69a04bcba60856678 (diff)
Merge branch 'master' into wip-merge-2.6.34
Simple merge between master and 2.6.34 with conflicts resolved. This commit does not compile, the following main problems are still unresolved: - spinlock -> raw_spinlock API changes - kfifo API changes - sched_class API changes Conflicts: Makefile arch/x86/include/asm/hw_irq.h arch/x86/include/asm/unistd_32.h arch/x86/kernel/syscall_table_32.S include/linux/hrtimer.h kernel/sched.c kernel/sched_fair.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ebc8225f7a96..316557df634b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1VERSION = 2 1VERSION = 2
2PATCHLEVEL = 6 2PATCHLEVEL = 6
3SUBLEVEL = 34 3SUBLEVEL = 34
4EXTRAVERSION = 4EXTRAVERSION =-litmus2010
5NAME = Sheep on Meth 5NAME = Sheep on Meth
6 6
7# *DOCUMENTATION* 7# *DOCUMENTATION*
@@ -650,7 +650,7 @@ export mod_strip_cmd
650 650
651 651
652ifeq ($(KBUILD_EXTMOD),) 652ifeq ($(KBUILD_EXTMOD),)
653core-y += kernel/ mm/ fs/ ipc/ security/ crypto/ block/ 653core-y += kernel/ mm/ fs/ ipc/ security/ crypto/ block/ litmus/
654 654
655vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \ 655vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \
656 $(core-y) $(core-m) $(drivers-y) $(drivers-m) \ 656 $(core-y) $(core-m) $(drivers-y) $(drivers-m) \