ifndef TOPDIR TOPDIR=.. endif # Disable floating-point support in printf to save space PICOLIBC_PRINTF_CFLAGS = -DPICOLIBC_INTEGER_PRINTF_SCANF include $(TOPDIR)/Makefile.defs vpath % $(TOPDIR)/stm32l0:$(AO_VPATH) CC=$(ARM_CC) STML0_CFLAGS=-mlittle-endian -mcpu=cortex-m0 -mthumb \ -I$(TOPDIR)/stm32l0 $(AO_CFLAGS) $(PICOLIBC_CFLAGS)