rules: rename file only.
Trivial rename, allow vim to properly detect the file as a makefile.
This commit is contained in:
@@ -137,7 +137,7 @@ repository)
|
|||||||
These urls grab the latest from the libopencm3-examples repository
|
These urls grab the latest from the libopencm3-examples repository
|
||||||
|
|
||||||
wget \
|
wget \
|
||||||
https://raw.githubusercontent.com/libopencm3/libopencm3-examples/master/examples/Makefile.rules \
|
https://raw.githubusercontent.com/libopencm3/libopencm3-examples/master/examples/rules.mk \
|
||||||
-O libopencm3.rules.mk
|
-O libopencm3.rules.mk
|
||||||
|
|
||||||
4. Grab a copy of your target Makefile in this case, for STM32L1
|
4. Grab a copy of your target Makefile in this case, for STM32L1
|
||||||
|
|||||||
@@ -41,4 +41,4 @@ BMP_PORT ?=
|
|||||||
#STLINK_PORT ?= :4242
|
#STLINK_PORT ?= :4242
|
||||||
|
|
||||||
|
|
||||||
include ../../../../Makefile.rules
|
include ../../../../rules.mk
|
||||||
|
|||||||
@@ -42,4 +42,4 @@ BMP_PORT ?=
|
|||||||
#STLINK_PORT ?= :4242
|
#STLINK_PORT ?= :4242
|
||||||
|
|
||||||
|
|
||||||
include ../../../../Makefile.rules
|
include ../../../../rules.mk
|
||||||
|
|||||||
@@ -44,4 +44,4 @@ BMP_PORT ?=
|
|||||||
#STLINK_PORT ?= :4242
|
#STLINK_PORT ?= :4242
|
||||||
|
|
||||||
|
|
||||||
include ../../../../Makefile.rules
|
include ../../../../rules.mk
|
||||||
|
|||||||
@@ -30,4 +30,4 @@ OOCD ?= openocd
|
|||||||
OOCD_INTERFACE ?= cmsis-dap
|
OOCD_INTERFACE ?= cmsis-dap
|
||||||
OOCD_BOARD ?=
|
OOCD_BOARD ?=
|
||||||
|
|
||||||
include ../../../../Makefile.rules
|
include ../../../../rules.mk
|
||||||
|
|||||||
@@ -41,4 +41,4 @@ BMP_PORT ?=
|
|||||||
#STLINK_PORT ?= :4242
|
#STLINK_PORT ?= :4242
|
||||||
|
|
||||||
|
|
||||||
include ../../../../Makefile.rules
|
include ../../../../rules.mk
|
||||||
|
|||||||
@@ -41,4 +41,4 @@ BMP_PORT ?=
|
|||||||
#STLINK_PORT ?= :4242
|
#STLINK_PORT ?= :4242
|
||||||
|
|
||||||
|
|
||||||
include ../../../../Makefile.rules
|
include ../../../../rules.mk
|
||||||
|
|||||||
@@ -43,4 +43,4 @@ BMP_PORT ?=
|
|||||||
#STLINK_PORT ?= :4242
|
#STLINK_PORT ?= :4242
|
||||||
|
|
||||||
|
|
||||||
include ../../../../Makefile.rules
|
include ../../../../rules.mk
|
||||||
|
|||||||
@@ -42,4 +42,4 @@ BMP_PORT ?=
|
|||||||
#STLINK_PORT ?= :4242
|
#STLINK_PORT ?= :4242
|
||||||
|
|
||||||
|
|
||||||
include ../../../../Makefile.rules
|
include ../../../../rules.mk
|
||||||
|
|||||||
@@ -45,7 +45,4 @@ BMP_PORT ?=
|
|||||||
#STLINK_PORT ?= :4242
|
#STLINK_PORT ?= :4242
|
||||||
|
|
||||||
|
|
||||||
include ../../../../Makefile.rules
|
include ../../../../rules.mk
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -41,4 +41,4 @@ BMP_PORT ?=
|
|||||||
#STLINK_PORT ?= :4242
|
#STLINK_PORT ?= :4242
|
||||||
|
|
||||||
|
|
||||||
include ../../../../Makefile.rules
|
include ../../../../rules.mk
|
||||||
|
|||||||
@@ -41,4 +41,4 @@ BMP_PORT ?=
|
|||||||
#STLINK_PORT ?= :4242
|
#STLINK_PORT ?= :4242
|
||||||
|
|
||||||
|
|
||||||
include ../../../../Makefile.rules
|
include ../../../../rules.mk
|
||||||
|
|||||||
@@ -41,4 +41,4 @@ BMP_PORT ?=
|
|||||||
#STLINK_PORT ?= :4242
|
#STLINK_PORT ?= :4242
|
||||||
|
|
||||||
|
|
||||||
include ../../../../Makefile.rules
|
include ../../../../rules.mk
|
||||||
|
|||||||
@@ -44,4 +44,4 @@ BMP_PORT ?=
|
|||||||
#STLINK_PORT ?= :4242
|
#STLINK_PORT ?= :4242
|
||||||
|
|
||||||
|
|
||||||
include ../../../../Makefile.rules
|
include ../../../../rules.mk
|
||||||
|
|||||||
@@ -26,7 +26,4 @@ DEFS += -DVF6XX
|
|||||||
FP_FLAGS ?= -mfloat-abi=hard -mfpu=fpv4-sp-d16
|
FP_FLAGS ?= -mfloat-abi=hard -mfpu=fpv4-sp-d16
|
||||||
ARCH_FLAGS = -mthumb -mcpu=cortex-m4 $(FP_FLAGS)
|
ARCH_FLAGS = -mthumb -mcpu=cortex-m4 $(FP_FLAGS)
|
||||||
|
|
||||||
include ../../../Makefile.rules
|
include ../../../rules.mk
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user