aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-04-19 17:31:52 -0400
committerJonathan Herman <hermanjl@cs.unc.edu>2013-04-19 17:31:52 -0400
commitf70a290e8a889caa905ab7650c696f2bb299be1a (patch)
tree56f0886d839499e9f522f189999024b3e86f9be2 /Makefile
parentfcc9d2e5a6c89d22b8b773a64fb4ad21ac318446 (diff)
parent7ef4a793a624c6e66c16ca1051847f75161f5bec (diff)
Merge branch 'wip-nested-locking' into tegra-nested-lockingwip-nested-locking
Conflicts: Makefile include/linux/fs.h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 64562abe90a..f4b38f39651 100644
--- a/Makefile
+++ b/Makefile
@@ -708,7 +708,7 @@ export mod_strip_cmd
708 708
709 709
710ifeq ($(KBUILD_EXTMOD),) 710ifeq ($(KBUILD_EXTMOD),)
711core-y += kernel/ mm/ fs/ ipc/ security/ crypto/ block/ 711core-y += kernel/ mm/ fs/ ipc/ security/ crypto/ block/ litmus/
712 712
713vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \ 713vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \
714 $(core-y) $(core-m) $(drivers-y) $(drivers-m) \ 714 $(core-y) $(core-m) $(drivers-y) $(drivers-m) \