From 4a1ec245925b007f02396c30a67d726a1fceb0bb Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 2 Nov 2023 21:37:34 -0400 Subject: msp430: include core-ext and tools --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c0c818a..af43bf3 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ msp430: CXXFLAGS += -DMEMDICTSIZE=1024 -flto -fno-asynchronous-unwind-tables -fn msp430: LDFLAGS += -L/usr/msp430-elf/usr/include -Tmsp430/msp430fr2476.ld -Wl,-gc-sections msp430: msp430/alee-msp430 -msp430-prep: STANDALONE += forth/msp430.fth +msp430-prep: STANDALONE += forth/core-ext.fth forth/tools.fth forth/msp430.fth msp430-prep: core.fth.h msp430-prep: clean-lib -- cgit v1.2.3