diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-11-02 21:37:34 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-11-02 21:37:34 -0400 |
commit | 4a1ec245925b007f02396c30a67d726a1fceb0bb (patch) | |
tree | f541a2e127157256e8c1ad12682f19f601b936ce /Makefile | |
parent | ea026f8d67c411fc4a0d8b255a2653753258175e (diff) |
msp430: include core-ext and tools
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |