Skip to content

Commit

Permalink
< contiki-os#2458 cpu/cc26xx-cc13xx : own linker script can be used
Browse files Browse the repository at this point in the history
--HG--
branch : alexrayne_works
  • Loading branch information
alexrayne committed Dec 25, 2019
2 parents a810628 + 7c08920 commit b7b40aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/cc26xx-cc13xx/Makefile.cc26xx-cc13xx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ CFLAGS += -I$(TI_XXWARE) -I$(CONTIKI)/$(TI_XXWARE_SRC)
CFLAGS += -I$(TI_XXWARE)/inc
MODULES += $(TI_XXWARE_SRC)

LDSCRIPT = $(CONTIKI_CPU)/cc26xx.ld
LDSCRIPT ?= $(CONTIKI_CPU)/cc26xx.ld

DEBUG ?= off

Expand Down

0 comments on commit b7b40aa

Please sign in to comment.