|
@@ -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" |
|
|