mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-02-14 12:59:28 -07:00
Instead of creating a misc.h file in each board directory, create a generic board directory and declare misc.h there. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
4 lines
126 B
Makefile
4 lines
126 B
Makefile
# Additional simulator build rules
|
|
|
|
src-y += simulator/main.c simulator/gpio.c
|
|
src-y += generic/crc16_ccitt.c generic/alloc.c
|