diff options
author | Christian Pointner <equinox@mur.at> | 2013-08-25 21:59:28 +0000 |
---|---|---|
committer | Christian Pointner <equinox@mur.at> | 2013-08-25 21:59:28 +0000 |
commit | 582ee14e1a501201e002f0b6d40180b74838f5fd (patch) | |
tree | 278c552c83ac81a89d9e53eb4b33f3505278593e /software/mpu/board-F405/board.mk | |
parent | moved board specific code to new path (prepartion for dual support with f405-... (diff) |
added support for STM32F405
git-svn-id: https://svn.spreadspace.org/mur.sat@841 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/mpu/board-F405/board.mk')
-rw-r--r-- | software/mpu/board-F405/board.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/software/mpu/board-F405/board.mk b/software/mpu/board-F405/board.mk new file mode 100644 index 0000000..078d5d5 --- /dev/null +++ b/software/mpu/board-F405/board.mk @@ -0,0 +1,5 @@ +# List of all the board related files. +BOARDSRC = board/board.c + +# Required include directories +BOARDINC = board |