Skip to content
Snippets Groups Projects
Commit d014e033 authored by Stefan Roese's avatar Stefan Roese Committed by Albert ARIBAUD
Browse files

SPL: ARM: spear: Remove some objects from SPL build


Signed-off-by: default avatarStefan Roese <sr@denx.de>
Cc: Amit Virdi <amit.virdi@st.com>
Cc: Vipin Kumar <vipin.kumar@st.com>
parent aca587b0
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,10 @@ endif
LIB = $(obj)lib$(VENDOR).o
ifndef CONFIG_SPL_BUILD
COBJS := spr_misc.o
SOBJS := spr_lowlevel_init.o
endif
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
......
......@@ -25,7 +25,9 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).o
ifndef CONFIG_SPL_BUILD
COBJS := spear600.o
endif
SOBJS :=
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment