Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sami Nurmenniemi
u-boot-stm32
Commits
f349c28d
Commit
f349c28d
authored
Nov 10, 2011
by
Sergei Poselenov
Browse files
RT #74595. Moved STM32-specific fscm.c to stm32/, as it breaks the builds
for non-STM32 targets.
parent
a367c585
Changes
3
Hide whitespace changes
Inline
Side-by-side
cpu/arm_cortexm3/Makefile
View file @
f349c28d
...
...
@@ -30,7 +30,7 @@ include $(TOPDIR)/config.mk
LIB
=
$(obj)
lib
$(CPU)
.a
START
:=
start.o
COBJS
:=
cpu.o cmd_cptf.o timer.o
fsmc.o
COBJS
:=
cpu.o cmd_cptf.o timer.o
SRCS
:=
$(START:.o=.c)
$(COBJS:.o=.c)
OBJS
:=
$(
addprefix
$(obj)
,
$(COBJS)
)
...
...
cpu/arm_cortexm3/stm32/Makefile
View file @
f349c28d
...
...
@@ -29,7 +29,7 @@ include $(TOPDIR)/config.mk
LIB
=
$(obj)
lib
$(SOC)
.a
COBJS
:=
clock.o cpu.o envm.o wdt.o
COBJS
:=
clock.o cpu.o envm.o wdt.o
fsmc.o
SOBJS
:=
SRCS
:=
$(COBJS:.o=.c)
...
...
cpu/arm_cortexm3/fsmc.c
→
cpu/arm_cortexm3/
stm32/
fsmc.c
View file @
f349c28d
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment