summaryrefslogtreecommitdiff
path: root/software/mpu/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2013-08-25 21:10:17 +0000
committerChristian Pointner <equinox@mur.at>2013-08-25 21:10:17 +0000
commitc3e9ac6664efeb1c1d5d9967d772ccbf1d9796cb (patch)
tree1714ca35d89000267f6f8e12255e5a6fc2a98ec9 /software/mpu/Makefile
parentsome compatibility changes (diff)
moved board specific code to new path (prepartion for dual support with f405-style MCUs)
git-svn-id: https://svn.spreadspace.org/mur.sat@840 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/mpu/Makefile')
-rw-r--r--software/mpu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/software/mpu/Makefile b/software/mpu/Makefile
index 55f9a24..2204662 100644
--- a/software/mpu/Makefile
+++ b/software/mpu/Makefile
@@ -59,7 +59,7 @@ PROJECT = mpu
# Imported source files and paths
CHIBIOS = ../../contrib/ChibiOS_2.6.0
-include board/board.mk
+include board.mk
include $(CHIBIOS)/os/hal/platforms/STM32F1xx/platform.mk
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F1xx/port.mk