diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ | |||
1 | VERSION = 2 | 1 | VERSION = 2 |
2 | PATCHLEVEL = 6 | 2 | PATCHLEVEL = 6 |
3 | SUBLEVEL = 36 | 3 | SUBLEVEL = 36 |
4 | EXTRAVERSION = | 4 | EXTRAVERSION =-litmus2010 |
5 | NAME = Flesh-Eating Bats with Fangs | 5 | NAME = Flesh-Eating Bats with Fangs |
6 | 6 | ||
7 | # *DOCUMENTATION* | 7 | # *DOCUMENTATION* |
@@ -659,7 +659,7 @@ export mod_strip_cmd | |||
659 | 659 | ||
660 | 660 | ||
661 | ifeq ($(KBUILD_EXTMOD),) | 661 | ifeq ($(KBUILD_EXTMOD),) |
662 | core-y += kernel/ mm/ fs/ ipc/ security/ crypto/ block/ | 662 | core-y += kernel/ mm/ fs/ ipc/ security/ crypto/ block/ litmus/ |
663 | 663 | ||
664 | vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \ | 664 | vmlinux-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) \ |