rules.mk 186 B

12345678910
  1. SRC += moults31.c
  2. # Custom macro sources
  3. SRC += vscode.c
  4. SRC += obs.c
  5. SRC += gdb.c
  6. ifneq ($(PLATFORM),CHIBIOS)
  7. LTO_ENABLE = yes # Enable link time optimization
  8. endif