diff options
author | Christian Pointner <equinox@mur.at> | 2013-12-05 00:34:47 +0000 |
---|---|---|
committer | Christian Pointner <equinox@mur.at> | 2013-12-05 00:34:47 +0000 |
commit | 605377db3fb1644ac1bdb5ae7f39bfe25d06d764 (patch) | |
tree | 510c9b3be82e95ebfd3bcb6f6cc154c94f4a8842 /software/mpu/Makefile | |
parent | added preliminary flash command (diff) |
added IHU subsystem (only 405 for now)
git-svn-id: https://svn.spreadspace.org/mur.sat@856 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/mpu/Makefile')
-rw-r--r-- | software/mpu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/software/mpu/Makefile b/software/mpu/Makefile index 0b6e58f..92acc6b 100644 --- a/software/mpu/Makefile +++ b/software/mpu/Makefile @@ -108,6 +108,7 @@ CSRC = $(PORTSRC) \ $(CHIBIOS)/os/various/chprintf.c \ heartbeat.c \ usb-cdc-shell.c \ + ihu.c \ main.c # C++ sources that can be compiled in ARM or THUMB mode depending on the global |