diff options
| author | Bjoern Brandenburg <bbb@mpi-sws.org> | 2012-11-27 06:33:12 -0500 |
|---|---|---|
| committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2012-11-27 06:33:29 -0500 |
| commit | 31114f8a3be33b0289f09df4506ba25664aa517c (patch) | |
| tree | 97530e8d365eec120e2cb23c666fabd188dd36aa /native/Makefile | |
| parent | a9d8499bbdfc69b24b65d38c370616a4f79e6b1c (diff) | |
Add QPA EDF uniprocessor test
Based on Zhang and Burns (2009), "Schedulability Analysis for Real-Time Systems with EDF Scheduling", IEEE Transactions on Computers, Vol 58, No 9.
Diffstat (limited to 'native/Makefile')
| -rw-r--r-- | native/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/native/Makefile b/native/Makefile index 6fb9c16..d9bfa1f 100644 --- a/native/Makefile +++ b/native/Makefile | |||
| @@ -63,7 +63,8 @@ vpath %.cpp src src/edf src/blocking | |||
| 63 | 63 | ||
| 64 | # #### Common C++ source files #### | 64 | # #### Common C++ source files #### |
| 65 | 65 | ||
| 66 | EDF_OBJ = baker.o baruah.o gfb.o bcl.o bcl_iterative.o rta.o ffdbf.o gedf.o gel_pl.o load.o cpu_time.o | 66 | EDF_OBJ = baker.o baruah.o gfb.o bcl.o bcl_iterative.o rta.o |
| 67 | EDF_OBJ += ffdbf.o gedf.o gel_pl.o load.o cpu_time.o qpa.o | ||
| 67 | SCHED_OBJ = sim.o schedule_sim.o | 68 | SCHED_OBJ = sim.o schedule_sim.o |
| 68 | CORE_OBJ = tasks.o | 69 | CORE_OBJ = tasks.o |
| 69 | SYNC_OBJ = sharedres.o dpcp.o mpcp.o | 70 | SYNC_OBJ = sharedres.o dpcp.o mpcp.o |
