diff options
Diffstat (limited to 'src/include/option.h')
-rw-r--r-- | src/include/option.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/option.h b/src/include/option.h index 83f3a84614..f6ede965d8 100644 --- a/src/include/option.h +++ b/src/include/option.h @@ -6,7 +6,7 @@ * storage can be used. This will benefit machines without CMOS as well as those * without a battery-backed CMOS (e.g. some laptops). */ -#if CONFIG_USE_OPTION_TABLE +#if IS_ENABLED(CONFIG_USE_OPTION_TABLE) #include <pc80/mc146818rtc.h> #else #include <types.h> |