From: Keith Packard Date: Mon, 20 Feb 2017 20:16:27 +0000 (-0800) Subject: altos/stm: Add draw and lisp to make search paths. X-Git-Tag: 1.7~90 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=0eadc2d50417408beebd50e4a0e7e12430ed67ef;hp=c296acd643698d0128e2f58f91a9cfeea63f580a;p=fw%2Faltos altos/stm: Add draw and lisp to make search paths. Signed-off-by: Keith Packard --- diff --git a/src/stm/Makefile.defs b/src/stm/Makefile.defs index 0ba86f5a..66ed4be8 100644 --- a/src/stm/Makefile.defs +++ b/src/stm/Makefile.defs @@ -1,4 +1,4 @@ -vpath % ../stm:../product:../drivers:../kernel:../util:../kalman:../aes:../math:.. +vpath % ../stm:../product:../drivers:../kernel:../util:../kalman:../aes:../math:../draw:../lisp:.. vpath make-altitude ../util vpath make-kalman ../util vpath kalman.5c ../kalman @@ -26,7 +26,7 @@ LIBS=$(PDCLIB_LIBS_M3) -lgcc WARN_FLAGS=-Wall -Wextra -Werror -AO_CFLAGS=-I. -I../stm -I../kernel -I../drivers -I../math -I.. $(PDCLIB_INCLUDES) +AO_CFLAGS=-I. -I../stm -I../kernel -I../drivers -I../math -I../draw -I../lisp -I.. $(PDCLIB_INCLUDES) STM_CFLAGS=-std=gnu99 -mlittle-endian -mcpu=cortex-m3 -mthumb -Wcast-align \ -ffreestanding -nostdlib $(AO_CFLAGS) $(WARN_FLAGS)