From 2964bda23c98b81b6853f542e98fb3d55dafa14c Mon Sep 17 00:00:00 2001 From: jaseg Date: Tue, 25 Feb 2020 18:05:14 +0100 Subject: Add beginnings of a SPI flash driver --- controller/fw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controller/fw/Makefile') 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 -- cgit