diff options
author | Christian Pointner <equinox@mur.at> | 2013-10-01 11:54:58 +0000 |
---|---|---|
committer | Christian Pointner <equinox@mur.at> | 2013-10-01 11:54:58 +0000 |
commit | 6a4d1de2083f6412da45b485a51f769726b32202 (patch) | |
tree | e1ba49306cd9b7a573e4a37cad283575b7ffadaf /software/mpu/Makefile | |
parent | implemented system shutdown and reboot (not yet finished) (diff) |
added patch for chibios to implement shutdown and reboot
added shutdown and reboot to the CDC shell
git-svn-id: https://svn.spreadspace.org/mur.sat@847 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/mpu/Makefile')
-rw-r--r-- | software/mpu/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/software/mpu/Makefile b/software/mpu/Makefile index a690ead..0b6e58f 100644 --- a/software/mpu/Makefile +++ b/software/mpu/Makefile @@ -66,6 +66,8 @@ ifeq ($(MCU),cortex-m4) endif endif +BUILDDIR = build-$(MURSAT_TRGT) + # Enable this if you really want to use the STM FWLib. ifeq ($(USE_FWLIB),) USE_FWLIB = no |