diff --git a/Makefile b/Makefile index 4cca2b4..45402b2 100644 --- a/Makefile +++ b/Makefile @@ -21,12 +21,13 @@ CFLAGS = -mmcu=rf430frl152h -Wall \ -Wno-unused-but-set-variable \ -I. -I/home/runner/msp430-gcc/include \ -Os + --no-gc-sections -nostartfiles # Linker Flags LDFLAGS = -Wl,--no-gc-sections -T rf430frl152h.ld # Application files -APPS = main.txt tcg_counter.txt +APPS = tcg_counter.txt # Default target all: $(APPS)