diff options
author | Bjoern Brandenburg <bbb@mpi-sws.org> | 2015-08-09 07:18:44 -0400 |
---|---|---|
committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2015-08-09 06:21:15 -0400 |
commit | 6c10dcd2d019bb63026f1fdbd158788cdf7b8b0a (patch) | |
tree | 4a3cd0939378c5ebe27dad90622b93ba921d7353 /Makefile | |
parent | c8bde72f9af412de57f0ceae218d648640118b0b (diff) |
Add LITMUS^RT directory
Hookup litmus/ with kernel and add extra version.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -883,7 +883,7 @@ export mod_sign_cmd | |||
883 | 883 | ||
884 | 884 | ||
885 | ifeq ($(KBUILD_EXTMOD),) | 885 | ifeq ($(KBUILD_EXTMOD),) |
886 | core-y += kernel/ mm/ fs/ ipc/ security/ crypto/ block/ | 886 | core-y += kernel/ mm/ fs/ ipc/ security/ crypto/ block/ litmus/ |
887 | 887 | ||
888 | vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \ | 888 | vmlinux-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) \ |