diff options
author | Keith Packard <keithp@keithp.com> | 2016-11-02 14:18:31 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-11-17 22:18:39 -0800 |
commit | d92f8ca0d279ce6968bafefe4cd265e80e55123f (patch) | |
tree | 7b2368586cd625790fc5b42cfed37e516a8420e2 | |
parent | 545206bd44a03bfc7f117957208afe7dc60c416b (diff) |
altos/stmf0: Add lisp to include directories
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | src/stmf0/Makefile-stmf0.defs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/stmf0/Makefile-stmf0.defs b/src/stmf0/Makefile-stmf0.defs index a7d7abdd..98c693b0 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 -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) |