Browse Source

pull this from same dir we parsed from..

main
John-Mark Gurney 3 years ago
parent
commit
2e02dccfc1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mk/boards.mk

+ 1
- 1
mk/boards.mk View File

@@ -8,7 +8,7 @@ ARMCC?= arm-none-eabi-gcc
#ARMCC?=clang-mp-9.0 #ARMCC?=clang-mp-9.0
#ARMTARGET?= -nostdlib -ffreestanding -target arm-none-eabi -mcpu=cortex-m3 -mfloat-abi=soft -mthumb #ARMTARGET?= -nostdlib -ffreestanding -target arm-none-eabi -mcpu=cortex-m3 -mfloat-abi=soft -mthumb


.include <mk/mu.opts.mk>
.include <$(.PARSEDIR)/mu.opts.mk>


# Strobe # Strobe
.if ${MK_STROBE} == "yes" .if ${MK_STROBE} == "yes"


Loading…
Cancel
Save