mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-01-05 14:27:45 -07:00
Some boards may not support the ADC hardware. Update the build so that those commands do not need to be compiled if they are not available. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
4 lines
144 B
Makefile
4 lines
144 B
Makefile
# Main code build rules
|
|
|
|
src-y += sched.c command.c stepper.c basecmd.c gpiocmds.c spicmds.c endstop.c
|
|
src-$(CONFIG_HAVE_GPIO_ADC) += adccmds.c
|