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/lustrev4_lv6-en-2cgc_heater_control/Makefile | 3 +++ test/monniaux/lustrev4_lv6-en-2cgc_heater_control/make.proto | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 test/monniaux/lustrev4_lv6-en-2cgc_heater_control/Makefile delete mode 100644 test/monniaux/lustrev4_lv6-en-2cgc_heater_control/make.proto (limited to 'test/monniaux/lustrev4_lv6-en-2cgc_heater_control') diff --git a/test/monniaux/lustrev4_lv6-en-2cgc_heater_control/Makefile b/test/monniaux/lustrev4_lv6-en-2cgc_heater_control/Makefile new file mode 100644 index 00000000..90d0a4c9 --- /dev/null +++ b/test/monniaux/lustrev4_lv6-en-2cgc_heater_control/Makefile @@ -0,0 +1,3 @@ +TARGET=lv6-en-2cgc_heater_control + +include ../rules.mk diff --git a/test/monniaux/lustrev4_lv6-en-2cgc_heater_control/make.proto b/test/monniaux/lustrev4_lv6-en-2cgc_heater_control/make.proto deleted file mode 100644 index ac398d0e..00000000 --- a/test/monniaux/lustrev4_lv6-en-2cgc_heater_control/make.proto +++ /dev/null @@ -1,3 +0,0 @@ -sources: "$(wildcard *.c)" -target: lv6-en-2cgc_heater_control -measures: [cycles] -- cgit