diff options
-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 | ||