mirror of
https://github.com/andreili/klipper.git
synced 2025-09-17 02:25:50 +02:00
Rename DIRS to dirs-y and populate it in the per-board Makefile rules. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
7 lines
163 B
Makefile
7 lines
163 B
Makefile
# Additional simulator build rules
|
|
|
|
dirs-y += src/simulator src/generic
|
|
|
|
src-y += simulator/main.c simulator/gpio.c
|
|
src-y += generic/crc16_ccitt.c generic/alloc.c
|