You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
186 B

  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