diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 | 
1 files changed, 8 insertions, 0 deletions
@@ -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  | 
