Generalise ADC driver source inclusion (#22448)

This commit is contained in:
Joel Challis 2023-11-12 22:30:27 +00:00 committed by GitHub
parent 786ebf8760
commit e884e42ce9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 69 additions and 43 deletions

View file

@ -1,5 +1,3 @@
SRC += analog.c
# Build Options
# change yes to no to disable
#

View file

@ -1,3 +1,3 @@
SRC += analog.c
CONSOLE_ENABLE = yes
ANALOG_DRIVER_REQUIRED = yes

View file

@ -1 +0,0 @@
SRC += analog.c

View file

@ -18,10 +18,11 @@ PS2_ENABLE = yes
PS2_DRIVER = interrupt
CUSTOM_MATRIX = yes
BLUETOOTH_ENABLE = yes
WS2812_DRIVER_REQUIRED = yes
ANALOG_DRIVER_REQUIRED = yes
SRC += rgbsps.c
SRC += analog.c
SRC += matrix.c
LTO_ENABLE = yes