msp_exp430f5529lp: Fix board.mk, remove .travis.yml.bck.

This commit is contained in:
William D. Jones
2020-03-24 00:40:25 -04:00
parent 6b5157fd28
commit 7e78e47444
3 changed files with 8 additions and 42 deletions

View File

@@ -35,7 +35,6 @@ ifeq ($(BOARD), msp_exp430f5529lp)
else
LDFLAGS += $(CFLAGS) -fshort-enums -Wl,-T,$(TOP)/$(LD_FILE) -Wl,-Map=$@.map -Wl,-cref -Wl,-gc-sections -specs=nosys.specs -specs=nano.specs
endif
LDFLAGS += $(addprefix -L,$(LDINC))
ASFLAGS += $(CFLAGS)
# Assembly files can be name with upper case .S, convert it to .s