Skip to content

Commit 90cddb2

Browse files
author
mars
committed
renamed included makefiles
1 parent 8c32b95 commit 90cddb2

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

firmware/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ OBJS += $(BUILD)/system_stm32f10x.o
1717
OBJS += $(BUILD)/startup_stm32f10x_md_vl.o # medium density value line
1818

1919
# include common make file
20-
include $(TEMPLATEROOT)/Makefile.f1
20+
include $(TEMPLATEROOT)/f1.mk
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ CFLAGS += -fno-builtin -std=c99
3434
CXXFLAGS += $(ARCH_FLAGS) $(INC_FLAGS) $(DEF_FLAGS)
3535
LDFLAGS += -T$(LDSCRIPT) $(ARCH_FLAGS)
3636

37-
include $(TEMPLATEROOT)/Makefile.common
37+
include $(TEMPLATEROOT)/common.mk1

0 commit comments

Comments
 (0)