1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

I really hate SVN.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@37 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
gussy 2009-12-01 14:51:22 +00:00 committed by gussy
parent b3e23092fa
commit 3f3d6ebad4

View File

@ -57,8 +57,9 @@ TARGET = OpenPilot
# Paths
PIOS = PiOS
PIOSSTM32F10X = PiOS/STM32F10x
PIOSCOMMON = PiOS/Common
PIOSINC = $(PIOS)/inc
PIOSSTM32F10X = $(PIOS)/STM32F10x
PIOSCOMMON = $(PIOS)/Common
APPLIBDIR = libraries
STMLIBDIR = $(APPLIBDIR)
STMSPDDIR = $(STMLIBDIR)/STM32F10x_StdPeriph_Driver
@ -166,7 +167,9 @@ ASRCARM =
# List any extra directories to look for include files here.
# Each directory must be seperated by a space.
EXTRAINCDIRS = $(PIOSSTM32F10X)
EXTRAINCDIRS = $(PIOS)
EXTRAINCDIRS += $(PIOSINC)
EXTRAINCDIRS += $(PIOSSTM32F10X)
EXTRAINCDIRS += $(PIOSCOMMON)
EXTRAINCDIRS += $(STMSPDINCDIR)
EXTRAINCDIRS += $(CMSISDIR)