diff options
author | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-02-25 18:05:14 +0100 |
---|---|---|
committer | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-02-25 18:05:14 +0100 |
commit | 2964bda23c98b81b6853f542e98fb3d55dafa14c (patch) | |
tree | 2b753fec04ae5967c10d08b27bf141a56e3d42e0 /controller/fw/Makefile | |
parent | 031380141d9d000ceab505845ed2b723cb597774 (diff) | |
download | master-thesis-2964bda23c98b81b6853f542e98fb3d55dafa14c.tar.gz master-thesis-2964bda23c98b81b6853f542e98fb3d55dafa14c.tar.bz2 master-thesis-2964bda23c98b81b6853f542e98fb3d55dafa14c.zip |
Add beginnings of a SPI flash driver
Diffstat (limited to 'controller/fw/Makefile')
-rw-r--r-- | controller/fw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/fw/Makefile b/controller/fw/Makefile index 8a6d0da..5672f8a 100644 --- a/controller/fw/Makefile +++ b/controller/fw/Makefile @@ -1,5 +1,5 @@ -SOURCES := main.c mspdebug_wrapper.c +SOURCES := main.c mspdebug_wrapper.c spi_flash.c SOURCES += mspdebug/drivers/jtaglib.c BUILDDIR ?= build |