From dae84b7e7f6290ff96cc41b59cab268243063c76 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 30 Nov 2020 13:50:04 +0100 Subject: add aemr_transition_sync driver (for evaluation purposes only) --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9ab2f86..613741c 100644 --- a/Makefile +++ b/Makefile @@ -111,6 +111,10 @@ ifneq ($(findstring resistive_load,${drivers}), ) CONFIG_driver_resistive_load = y endif +ifneq ($(findstring aemr_transition_sync,${drivers}), ) + CONFIG_driver_aemr_transition_sync = y +endif + ifneq ($(findstring softi2c,${drivers}), ) CONFIG_driver_softi2c = y endif @@ -241,6 +245,10 @@ ifdef CONFIG_driver_resistive_load COMMON_FLAGS += -DRESISTIVE_LOAD_PIN4=GPIO::${resistor4_pin} endif +ifdef CONFIG_driver_aemr_transition_sync + CXX_TARGETS += src/driver/aemr_transition_sync.cc +endif + ifdef CONFIG_driver_softi2c CXX_TARGETS += src/driver/soft_i2c.cc COMMON_FLAGS += -DDRIVER_SOFTI2C -- cgit v1.2.3