summaryrefslogtreecommitdiff
path: root/FreeRTOS
diff options
context:
space:
mode:
authorPaul Bartell <pbartell@amazon.com>2022-12-01 17:15:33 -0800
committerPaul Bartell <paul.bartell@gmail.com>2022-12-21 13:09:02 -0800
commit32a3f4e8a1d7339deb993e8775afc99f37bee938 (patch)
tree768c293eecb66e0ceb519ffa604c896d78c846a8 /FreeRTOS
parente28f953025f5908878b6f180169715ecad68ddc3 (diff)
downloadfreertos-git-32a3f4e8a1d7339deb993e8775afc99f37bee938.tar.gz
msp430_GCC: Update makefile for most recent mspgcc
Diffstat (limited to 'FreeRTOS')
-rw-r--r--FreeRTOS/Demo/msp430_GCC/makefile16
1 files changed, 2 insertions, 14 deletions
diff --git a/FreeRTOS/Demo/msp430_GCC/makefile b/FreeRTOS/Demo/msp430_GCC/makefile
index f546f54b2..581b51285 100644
--- a/FreeRTOS/Demo/msp430_GCC/makefile
+++ b/FreeRTOS/Demo/msp430_GCC/makefile
@@ -33,7 +33,7 @@ OPT=-Os
WARNINGS=-Wall -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare \
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wunused
-CFLAGS=-mmcu=msp430x449 $(OPT) $(DEBUG) -I. -I../../Source/include -I../Common/include -DGCC_MSP430 $(WARNINGS)
+CFLAGS=-mcpu=430 -mmcu=msp430f449 $(OPT) $(DEBUG) -I. -I../../Source/include -I../Common/include -DGCC_MSP430 $(WARNINGS)
# Setup paths to source code
SOURCE_PATH = ../../Source
@@ -69,16 +69,4 @@ $(OBJ) : %.o : %.c makefile
$(CC) -c $(CFLAGS) $< -o $@
clean :
- touch makefile
-
-
-
-
-
-
-
-
-
-
-
-
+ ${RM} ${OBJ} a.out