aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/monniaux/tacle-bench-lift/make.proto2
-rw-r--r--test/monniaux/tacle-bench-powerwindow/make.proto6
2 files changed, 2 insertions, 6 deletions
diff --git a/test/monniaux/tacle-bench-lift/make.proto b/test/monniaux/tacle-bench-lift/make.proto
index c4849bab..e9667b47 100644
--- a/test/monniaux/tacle-bench-lift/make.proto
+++ b/test/monniaux/tacle-bench-lift/make.proto
@@ -1,4 +1,4 @@
intro: "ALL_CFLAGS = -include kill_pragma.h"
-objdeps: [{name: liftlibcontrol, compiler: both}, {name: liftlibio, compiler: both}]
+sources: "lift.c liftlibcontrol.c liftlibio.c"
target: lift
measures: [cycles]
diff --git a/test/monniaux/tacle-bench-powerwindow/make.proto b/test/monniaux/tacle-bench-powerwindow/make.proto
index 21e07941..c4be5f05 100644
--- a/test/monniaux/tacle-bench-powerwindow/make.proto
+++ b/test/monniaux/tacle-bench-powerwindow/make.proto
@@ -1,8 +1,4 @@
intro: "ALL_CFLAGS = -include kill_pragma.h"
-objdeps: [{name: powerwindow_const_params, compiler: both}, {name: powerwindow_controlexclusion, compiler: both},
- {name: powerwindow_debounce, compiler: both}, {name: powerwindow_inputs, compiler: both},
- {name: powerwindow_powerwindow_control, compiler: both}, {name: powerwindow_PW_Control_DRV, compiler: both},
- {name: powerwindow_PW_Control_PSG_BackL, compiler: both}, {name: powerwindow_PW_Control_PSG_BackR, compiler: both},
- {name: powerwindow_PW_Control_PSG_Front, compiler: both}]
+sources: "$(wildcard *.c)"
target: powerwindow
measures: [cycles]