Explorar el Código

make sure OBJDIR doesn't match CURDIR..

irr_shared
John-Mark Gurney hace 2 años
padre
commit
4a4ef7b580
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      Makefile

+ 4
- 0
Makefile Ver fichero

@@ -30,6 +30,10 @@ ARMTARGET?= -mcpu=cortex-m3 -mthumb -DSTROBE_SINGLE_THREAD=1
#ARMCC?=clang-mp-9.0
#ARMTARGET?= -nostdlib -ffreestanding -target arm-none-eabi -mcpu=cortex-m3 -mfloat-abi=soft -mthumb

.if $(.OBJDIR) == $(.CURDIR)
.error Need to set MAKEOBJDIR.
.endif

PLATFORM != uname -s

.if $(PLATFORM) == "Darwin"


Cargando…
Cancelar
Guardar