Updating Makefile by removing unwanted LDFLAG setting cpu to cortex-m0 in all cases.
This commit is contained in:
parent
0ab5ef426b
commit
ae99d95c1a
@ -62,7 +62,6 @@ CFLAGS += -Iboards/$(BOARD)
|
||||
LDFLAGS = $(CFLAGS)
|
||||
LDFLAGS += -Xlinker -Map=$(@:.elf=.map)
|
||||
LDFLAGS += -mthumb -mabi=aapcs -T $(LD_FILE)
|
||||
LDFLAGS += -mcpu=cortex-m0
|
||||
|
||||
#Debugging/Optimization
|
||||
ifeq ($(DEBUG), 1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user