ti msp432: consistent makefile

This commit is contained in:
Karl Palsson 2019-06-17 21:11:03 +00:00
parent d501e606ed
commit b063c18a0c
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ TGT_CFLAGS += $(STANDARD_FLAGS)
# ARFLAGS = rcsv
ARFLAGS = rcs
OBJS = systemcontrol.o gpio.o
OBJS += gpio.o
OBJS += systemcontrol.o
VPATH += ../:../../cm3:../common