From 6e43e8e9a59569b573628c84d68af26f284c8c4e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 24 May 2019 15:05:49 +0200 Subject: MSP430: save & restore entire SRAM to/from FRAM --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cab89b1..f719c31 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ COMMON_FLAGS = -g -Os -Wall -Wextra CFLAGS = -std=c99 CXXFLAGS = -std=c++14 -fno-rtti -fno-threadsafe-statics +ASM_TARGETS = C_TARGETS = CXX_TARGETS = src/app/${app}/main.cc src/os/object/cpp_helpers.cc src/os/object/outputstream.cc -- cgit v1.2.3