Skip to content

Commit

Permalink
xfa: remove common -Txfa.ld include
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Feb 18, 2021
1 parent f411fd4 commit ac549ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
5 changes: 0 additions & 5 deletions Makefile.include
Expand Up @@ -357,11 +357,6 @@ endif
# Add standard include directories
INCLUDES += -I$(RIOTBASE)/core/include -I$(RIOTBASE)/drivers/include -I$(RIOTBASE)/sys/include

# Augmentation ldscript for cross file arrays (XFA)
# this argument must come before any other -T options on the command line,
# otherwise we get an error message ".text not found for insert"
LINKFLAGS += -Txfa.ld

# process provided features
include $(RIOTBASE)/Makefile.features

Expand Down
23 changes: 0 additions & 23 deletions core/ldscripts/xfa.ld

This file was deleted.

0 comments on commit ac549ab

Please sign in to comment.