From 4ab0a6b4293c1774931b4b84a649dc1ff8fba5d9 Mon Sep 17 00:00:00 2001 From: Cyril SIX Date: Thu, 4 Jul 2019 15:42:09 +0200 Subject: Fixing the make.proto of tacle-bench-lift and powerwindow, it now links correctly with the right things --- test/monniaux/tacle-bench-powerwindow/make.proto | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'test/monniaux/tacle-bench-powerwindow') 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] -- cgit From b288b587378984c3c419d26a13dcf93686d1b779 Mon Sep 17 00:00:00 2001 From: Cyril SIX Date: Wed, 17 Jul 2019 12:03:39 +0200 Subject: All working benches ported --- test/monniaux/tacle-bench-powerwindow/Makefile | 4 ++++ test/monniaux/tacle-bench-powerwindow/make.proto | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 test/monniaux/tacle-bench-powerwindow/Makefile delete mode 100644 test/monniaux/tacle-bench-powerwindow/make.proto (limited to 'test/monniaux/tacle-bench-powerwindow') diff --git a/test/monniaux/tacle-bench-powerwindow/Makefile b/test/monniaux/tacle-bench-powerwindow/Makefile new file mode 100644 index 00000000..3417cd4c --- /dev/null +++ b/test/monniaux/tacle-bench-powerwindow/Makefile @@ -0,0 +1,4 @@ +ALL_CFLAGS:=-include kill_pragma.h +TARGET=powerwindow + +include ../rules.mk diff --git a/test/monniaux/tacle-bench-powerwindow/make.proto b/test/monniaux/tacle-bench-powerwindow/make.proto deleted file mode 100644 index c4be5f05..00000000 --- a/test/monniaux/tacle-bench-powerwindow/make.proto +++ /dev/null @@ -1,4 +0,0 @@ -intro: "ALL_CFLAGS = -include kill_pragma.h" -sources: "$(wildcard *.c)" -target: powerwindow -measures: [cycles] -- cgit