From 6a4d1de2083f6412da45b485a51f769726b32202 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 1 Oct 2013 11:54:58 +0000 Subject: 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 --- software/mpu/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'software/mpu/Makefile') 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 -- cgit v1.2.3