X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstmf0%2FMakefile-stmf0.defs;h=2ea3d1d8a37f0867d26fc144e01355544dca8ff1;hb=8362393a621ea78a96e7f65f602f4bfc7bbd1158;hp=0ccfbe2a8a9550139627b9b9f60198ea1dd8bd67;hpb=caba623cb013b73e1f0ca369edf98e0376bec41a;p=fw%2Faltos diff --git a/src/stmf0/Makefile-stmf0.defs b/src/stmf0/Makefile-stmf0.defs index 0ccfbe2a..2ea3d1d8 100644 --- a/src/stmf0/Makefile-stmf0.defs +++ b/src/stmf0/Makefile-stmf0.defs @@ -27,7 +27,10 @@ CC=$(ARM_CC) WARN_FLAGS=-Wall -Wextra -Werror -Wcast-align -AO_CFLAGS=-I. -I$(TOPDIR)/stmf0 -I$(TOPDIR)/kernel -I$(TOPDIR)/drivers -I$(TOPDIR)/product -I$(TOPDIR) -I$(TOPDIR)/math $(PDCLIB_INCLUDES) +AO_CFLAGS=-I. -I$(TOPDIR)/stmf0 -I$(TOPDIR)/kernel -I$(TOPDIR)/drivers \ + -I$(TOPDIR)/product -I$(TOPDIR) -I$(TOPDIR)/math -I$(TOPDIR)/lisp \ + $(PDCLIB_INCLUDES) + STMF0_CFLAGS=-std=gnu99 -mlittle-endian -mcpu=cortex-m0 -mthumb\ -ffreestanding -nostdlib $(AO_CFLAGS) $(WARN_FLAGS)