aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBjoern Brandenburg <bbb@mpi-sws.org>2013-06-20 06:49:18 -0400
committerBjoern Brandenburg <bbb@mpi-sws.org>2013-08-05 12:12:56 -0400
commitfb500a5e22cef6edbd98e41266cc9e65201dc3f6 (patch)
tree59aabbc1a02d352c518d8d0be9ba3d6ba66da233 /Makefile
parentdc51cd2570468bb7bcf1815a60929023316ca868 (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 f8349d0ca14c..9cc1a91ceefe 100644
--- a/Makefile
+++ b/Makefile
@@ -733,7 +733,7 @@ export mod_sign_cmd
733 733
734 734
735ifeq ($(KBUILD_EXTMOD),) 735ifeq ($(KBUILD_EXTMOD),)
736core-y += kernel/ mm/ fs/ ipc/ security/ crypto/ block/ 736core-y += kernel/ mm/ fs/ ipc/ security/ crypto/ block/ litmus/
737 737
738vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \ 738vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \
739 $(core-y) $(core-m) $(drivers-y) $(drivers-m) \ 739 $(core-y) $(core-m) $(drivers-y) $(drivers-m) \