aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--bin/hrt.c (renamed from src/hrt.c)0
-rw-r--r--bin/iotest.c (renamed from src/iotest.c)0
-rw-r--r--bin/mode_test.c (renamed from src/mode_test.c)0
-rw-r--r--bin/np_test.c (renamed from src/np_test.c)0
-rw-r--r--bin/rt_launch.c (renamed from src/rt_launch.c)0
-rw-r--r--bin/run.c (renamed from src/run.c)0
-rw-r--r--bin/set_rt_mode.c (renamed from src/set_rt_mode.c)0
-rw-r--r--bin/show_scheduler.c (renamed from src/show_scheduler.c)0
-rw-r--r--bin/stdump.c (renamed from src/stdump.c)0
-rw-r--r--bin/timeout.c (renamed from src/timeout.c)0
-rw-r--r--bin/wait_test.c (renamed from src/wait_test.c)0
12 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5144f52..d067933 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ TARGETS = showsched iotest set_rt_mode run timeout rt_launch edfhsb liblitmus.a
9 wait_test np_test stdump mode_test 9 wait_test np_test stdump mode_test
10 10
11vpath %.h include/ 11vpath %.h include/
12vpath %.c src/ 12vpath %.c src/ bin/
13 13
14all: ${TARGETS} 14all: ${TARGETS}
15clean: 15clean:
diff --git a/src/hrt.c b/bin/hrt.c
index 224293c..224293c 100644
--- a/src/hrt.c
+++ b/bin/hrt.c
diff --git a/src/iotest.c b/bin/iotest.c
index ac07e74..ac07e74 100644
--- a/src/iotest.c
+++ b/bin/iotest.c
diff --git a/src/mode_test.c b/bin/mode_test.c
index 8bdf21b..8bdf21b 100644
--- a/src/mode_test.c
+++ b/bin/mode_test.c
diff --git a/src/np_test.c b/bin/np_test.c
index dad68aa..dad68aa 100644
--- a/src/np_test.c
+++ b/bin/np_test.c
diff --git a/src/rt_launch.c b/bin/rt_launch.c
index d888365..d888365 100644
--- a/src/rt_launch.c
+++ b/bin/rt_launch.c
diff --git a/src/run.c b/bin/run.c
index 3719d6f..3719d6f 100644
--- a/src/run.c
+++ b/bin/run.c
diff --git a/src/set_rt_mode.c b/bin/set_rt_mode.c
index 510da70..510da70 100644
--- a/src/set_rt_mode.c
+++ b/bin/set_rt_mode.c
diff --git a/src/show_scheduler.c b/bin/show_scheduler.c
index 7026e2a..7026e2a 100644
--- a/src/show_scheduler.c
+++ b/bin/show_scheduler.c
diff --git a/src/stdump.c b/bin/stdump.c
index 282fb31..282fb31 100644
--- a/src/stdump.c
+++ b/bin/stdump.c
diff --git a/src/timeout.c b/bin/timeout.c
index ba513f9..ba513f9 100644
--- a/src/timeout.c
+++ b/bin/timeout.c
diff --git a/src/wait_test.c b/bin/wait_test.c
index efd4d90..efd4d90 100644
--- a/src/wait_test.c
+++ b/bin/wait_test.c