Skip to content

Commit

Permalink
boards/space: Remove the unneeded XXXEXT definition
Browse files Browse the repository at this point in the history
these make variable is defined in common place now

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
  • Loading branch information
xiaoxiang781216 authored and pkarashchenko committed May 3, 2022
1 parent 248b738 commit fead196
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
7 changes: 0 additions & 7 deletions boards/sparc/bm3803/xx3803/scripts/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@ CXXELFFLAGS = $(CXXFLAGS)
LDELFFLAGS = -r -e main
LDELFFLAGS += -T $(call CONVERT_PATH,$(TOPDIR)/boards/$(CONFIG_ARCH)/$(CONFIG_ARCH_CHIP)/$(CONFIG_ARCH_BOARD)/scripts/gnu-elf.ld)

# File extensions

ASMEXT = .S
OBJEXT = .o
LIBEXT = .a
EXEEXT = .elf

# Linker flags

ifneq ($(CROSSDEV),sparc-nuttx-elf-)
Expand Down
5 changes: 0 additions & 5 deletions boards/sparc/bm3823/xx3823/scripts/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,3 @@ CXXFLAGS = $(ARCHCXXFLAGS) $(ARCHWARNINGSXX) $(ARCHOPTIMIZATION) $(ARCHCPUFLAGS)
CXXPICFLAGS = $(ARCHPICFLAGS) $(CXXFLAGS)
CPPFLAGS = $(ARCHINCLUDES) $(ARCHDEFINES) $(EXTRAFLAGS)
AFLAGS = $(CFLAGS) -D__ASSEMBLY__

ASMEXT = .S
OBJEXT = .o
LIBEXT = .a
EXEEXT = .elf

0 comments on commit fead196

Please sign in to comment.