aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBjoern Brandenburg <bbb@mpi-sws.org>2015-08-09 07:18:44 -0400
committerBjoern Brandenburg <bbb@mpi-sws.org>2015-08-09 06:21:15 -0400
commit6c10dcd2d019bb63026f1fdbd158788cdf7b8b0a (patch)
tree4a3cd0939378c5ebe27dad90622b93ba921d7353 /Makefile
parentc8bde72f9af412de57f0ceae218d648640118b0b (diff)
Add LITMUS^RT directory
Hookup litmus/ with kernel and add extra version.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e3cdec4898be..cca06d3697f4 100644
--- a/Makefile
+++ b/Makefile
@@ -883,7 +883,7 @@ export mod_sign_cmd
883 883
884 884
885ifeq ($(KBUILD_EXTMOD),) 885ifeq ($(KBUILD_EXTMOD),)
886core-y += kernel/ mm/ fs/ ipc/ security/ crypto/ block/ 886core-y += kernel/ mm/ fs/ ipc/ security/ crypto/ block/ litmus/
887 887
888vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \ 888vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \
889 $(core-y) $(core-m) $(drivers-y) $(drivers-m) \ 889 $(core-y) $(core-m) $(drivers-y) $(drivers-m) \