Skip to content
Snippets Groups Projects
Commit f349c28d authored by Sergei Poselenov's avatar Sergei Poselenov
Browse files

RT #74595. Moved STM32-specific fscm.c to stm32/, as it breaks the builds

for non-STM32 targets.
parent a367c585
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
......@@ -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)
......
File moved
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