diff options
author | Christian Pointner <equinox@mur.at> | 2014-04-09 04:22:00 +0200 |
---|---|---|
committer | Christian Pointner <equinox@mur.at> | 2014-04-09 04:22:00 +0200 |
commit | a324fa64bf9c1070d37b2089973e644cecbd240f (patch) | |
tree | 0ff08df4dd6f484645a5f8c476de1a1fd7613214 /software/mpu/Makefile | |
parent | added gitingore (diff) |
added SDIO for F405 and blockstore
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 a1393b1..528b4ea 100644 --- a/software/mpu/Makefile +++ b/software/mpu/Makefile @@ -109,6 +109,7 @@ CSRC = $(PORTSRC) \ heartbeat.c \ usb-cdc-shell.c \ ihu.c \ + blockstore.c \ main.c # C++ sources that can be compiled in ARM or THUMB mode depending on the global |