diff --git a/simulator/Makefile b/simulator/Makefile index 50a11c8764..cacb76b934 100644 --- a/simulator/Makefile +++ b/simulator/Makefile @@ -20,6 +20,8 @@ RULESFILE = $(RULESPATH)/rules.mk include ../firmware/rusefi.mk RULESFILE = ../firmware/rusefi_rules.mk +# used by USE_SMART_BUILD +CONFDIR = . # Compiler options here. diff --git a/simulator/simulator/efifeatures.h b/simulator/simulator/efifeatures.h index d1499e4d3f..7b1117b896 100644 --- a/simulator/simulator/efifeatures.h +++ b/simulator/simulator/efifeatures.h @@ -106,6 +106,10 @@ #define HAL_TRIGGER_USE_PAL FALSE #endif /* HAL_TRIGGER_USE_PAL */ +#ifndef HAL_TRIGGER_USE_ADC +#define HAL_TRIGGER_USE_ADC FALSE +#endif /* HAL_TRIGGER_USE_ADC */ + #define EFI_UART_GPS FALSE #define EFI_HAS_RESET FALSE #define EXTREME_TERM_LOGGING FALSE