diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-02-05 20:16:49 -0500 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-02-05 20:16:49 -0500 |
commit | a207c21a8d1460e9c5a9235bd6ab01ae5488b033 (patch) | |
tree | 6f61063ad9d1b14f5372c5db51cb4bd2379dc2f6 | |
parent | 405d961616b5593cf780a1653c1fe4a386c305e3 (diff) |
litmus makefilePORT_BASE
-rw-r--r-- | litmus/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/litmus/Makefile b/litmus/Makefile new file mode 100644 index 0000000000..4ad854f117 --- /dev/null +++ b/litmus/Makefile | |||
@@ -0,0 +1,8 @@ | |||
1 | # | ||
2 | # Makefile for LITMUS^RT | ||
3 | # | ||
4 | |||
5 | obj-y = sched_plugin.o litmus.o sched_trace.o \ | ||
6 | edf_common.o \ | ||
7 | sched_gsn_edf.o sched_psn_edf.o litmus_sem.o \ | ||
8 | trace.o ft_event.o rt_domain.o fdso.o | ||