mirror of
https://github.com/andreili/klipper.git
synced 2025-08-24 03:44:06 +02:00
Move the implementation of debug commands to their own file. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
7 lines
233 B
Makefile
7 lines
233 B
Makefile
# Main code build rules
|
|
|
|
src-y += sched.c command.c stepper.c basecmd.c debugcmds.c gpiocmds.c endstop.c
|
|
src-$(CONFIG_HAVE_GPIO_ADC) += adccmds.c
|
|
src-$(CONFIG_HAVE_GPIO_SPI) += spicmds.c
|
|
src-$(CONFIG_HAVE_GPIO_HARD_PWM) += pwmcmds.c
|