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 /litmus | |
parent | c8bde72f9af412de57f0ceae218d648640118b0b (diff) |
Add LITMUS^RT directory
Hookup litmus/ with kernel and add extra version.
Diffstat (limited to 'litmus')
-rw-r--r-- | litmus/Kconfig | 3 | ||||
-rw-r--r-- | litmus/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/litmus/Kconfig b/litmus/Kconfig new file mode 100644 index 000000000000..382b2e426437 --- /dev/null +++ b/litmus/Kconfig | |||
@@ -0,0 +1,3 @@ | |||
1 | menu "LITMUS^RT" | ||
2 | |||
3 | endmenu | ||
diff --git a/litmus/Makefile b/litmus/Makefile new file mode 100644 index 000000000000..f0ed31faf582 --- /dev/null +++ b/litmus/Makefile | |||
@@ -0,0 +1,3 @@ | |||
1 | # | ||
2 | # Makefile for LITMUS^RT | ||
3 | # | ||