aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 860c26af52c3..8e53f47a311b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1VERSION = 2 1VERSION = 2
2PATCHLEVEL = 6 2PATCHLEVEL = 6
3SUBLEVEL = 36 3SUBLEVEL = 36
4EXTRAVERSION = 4EXTRAVERSION =-litmus2010
5NAME = Flesh-Eating Bats with Fangs 5NAME = Flesh-Eating Bats with Fangs
6 6
7# *DOCUMENTATION* 7# *DOCUMENTATION*
@@ -659,7 +659,7 @@ export mod_strip_cmd
659 659
660 660
661ifeq ($(KBUILD_EXTMOD),) 661ifeq ($(KBUILD_EXTMOD),)
662core-y += kernel/ mm/ fs/ ipc/ security/ crypto/ block/ 662core-y += kernel/ mm/ fs/ ipc/ security/ crypto/ block/ litmus/
663 663
664vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \ 664vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \
665 $(core-y) $(core-m) $(drivers-y) $(drivers-m) \ 665 $(core-y) $(core-m) $(drivers-y) $(drivers-m) \