summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam D. Jones <[email protected]>2019-09-14 21:06:57 -0400
committerWilliam D. Jones <[email protected]>2019-09-14 21:06:57 -0400
commitd464c26ab28d04c9eecbd8b8015d6f544f440352 (patch)
tree0a396082e8aa50447d12f12635ff991d4c9c2884
parent6280e4e7cbad956aab1a2a519d93620c3990eedc (diff)
msp430f5529: Remove -nostdlib and -nostartfiles, as the compiler
provides them.
-rw-r--r--hw/bsp/msp_exp430f5529lp/board.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/bsp/msp_exp430f5529lp/board.mk b/hw/bsp/msp_exp430f5529lp/board.mk
index 27e94e6ca..5e4b72555 100644
--- a/hw/bsp/msp_exp430f5529lp/board.mk
+++ b/hw/bsp/msp_exp430f5529lp/board.mk
@@ -1,6 +1,5 @@
CFLAGS += \
-D__MSP430F5529__ \
- -nostdlib -nostartfiles \
-DCFG_TUSB_MCU=OPT_MCU_MSP430x5xx
# All source paths should be relative to the top level.