From 30667fe62cb5e45845fd2b90f0fb2ebda3c23382 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Sun, 17 Apr 2016 01:01:02 +0000 Subject: [PATCH] rules: rename file only. Trivial rename, allow vim to properly detect the file as a makefile. --- README.md | 2 +- examples/lpc/lpc13xx/Makefile.include | 2 +- examples/lpc/lpc17xx/Makefile.include | 2 +- examples/lpc/lpc43xx/Makefile.include | 2 +- examples/{Makefile.rules => rules.mk} | 0 examples/sam/d/Makefile.include | 2 +- examples/stm32/f0/Makefile.include | 2 +- examples/stm32/f1/Makefile.include | 2 +- examples/stm32/f2/Makefile.include | 2 +- examples/stm32/f3/Makefile.include | 2 +- examples/stm32/f4/Makefile.include | 5 +---- examples/stm32/l0/Makefile.include | 2 +- examples/stm32/l1/Makefile.include | 2 +- examples/tiva/lm3s/Makefile.include | 2 +- examples/tiva/lm4f/Makefile.include | 2 +- examples/vf6xx/colibri-vf61/Makefile.include | 5 +---- 16 files changed, 15 insertions(+), 21 deletions(-) rename examples/{Makefile.rules => rules.mk} (100%) diff --git a/README.md b/README.md index 41c1d9e..73ebf81 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ repository) These urls grab the latest from the libopencm3-examples repository 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 4. Grab a copy of your target Makefile in this case, for STM32L1 diff --git a/examples/lpc/lpc13xx/Makefile.include b/examples/lpc/lpc13xx/Makefile.include index 6371a21..88941f1 100644 --- a/examples/lpc/lpc13xx/Makefile.include +++ b/examples/lpc/lpc13xx/Makefile.include @@ -41,4 +41,4 @@ BMP_PORT ?= #STLINK_PORT ?= :4242 -include ../../../../Makefile.rules +include ../../../../rules.mk diff --git a/examples/lpc/lpc17xx/Makefile.include b/examples/lpc/lpc17xx/Makefile.include index d0c102a..485fdb3 100644 --- a/examples/lpc/lpc17xx/Makefile.include +++ b/examples/lpc/lpc17xx/Makefile.include @@ -42,4 +42,4 @@ BMP_PORT ?= #STLINK_PORT ?= :4242 -include ../../../../Makefile.rules +include ../../../../rules.mk diff --git a/examples/lpc/lpc43xx/Makefile.include b/examples/lpc/lpc43xx/Makefile.include index fd9218d..d438bc9 100644 --- a/examples/lpc/lpc43xx/Makefile.include +++ b/examples/lpc/lpc43xx/Makefile.include @@ -44,4 +44,4 @@ BMP_PORT ?= #STLINK_PORT ?= :4242 -include ../../../../Makefile.rules +include ../../../../rules.mk diff --git a/examples/Makefile.rules b/examples/rules.mk similarity index 100% rename from examples/Makefile.rules rename to examples/rules.mk diff --git a/examples/sam/d/Makefile.include b/examples/sam/d/Makefile.include index 6d54b1f..f259f41 100644 --- a/examples/sam/d/Makefile.include +++ b/examples/sam/d/Makefile.include @@ -30,4 +30,4 @@ OOCD ?= openocd OOCD_INTERFACE ?= cmsis-dap OOCD_BOARD ?= -include ../../../../Makefile.rules +include ../../../../rules.mk diff --git a/examples/stm32/f0/Makefile.include b/examples/stm32/f0/Makefile.include index cceb380..e91e135 100644 --- a/examples/stm32/f0/Makefile.include +++ b/examples/stm32/f0/Makefile.include @@ -41,4 +41,4 @@ BMP_PORT ?= #STLINK_PORT ?= :4242 -include ../../../../Makefile.rules +include ../../../../rules.mk diff --git a/examples/stm32/f1/Makefile.include b/examples/stm32/f1/Makefile.include index cd5118c..864cfc9 100644 --- a/examples/stm32/f1/Makefile.include +++ b/examples/stm32/f1/Makefile.include @@ -41,4 +41,4 @@ BMP_PORT ?= #STLINK_PORT ?= :4242 -include ../../../../Makefile.rules +include ../../../../rules.mk diff --git a/examples/stm32/f2/Makefile.include b/examples/stm32/f2/Makefile.include index cc7e4b7..2d0db79 100644 --- a/examples/stm32/f2/Makefile.include +++ b/examples/stm32/f2/Makefile.include @@ -43,4 +43,4 @@ BMP_PORT ?= #STLINK_PORT ?= :4242 -include ../../../../Makefile.rules +include ../../../../rules.mk diff --git a/examples/stm32/f3/Makefile.include b/examples/stm32/f3/Makefile.include index d011965..69bb8b3 100644 --- a/examples/stm32/f3/Makefile.include +++ b/examples/stm32/f3/Makefile.include @@ -42,4 +42,4 @@ BMP_PORT ?= #STLINK_PORT ?= :4242 -include ../../../../Makefile.rules +include ../../../../rules.mk diff --git a/examples/stm32/f4/Makefile.include b/examples/stm32/f4/Makefile.include index 5272005..643a39f 100644 --- a/examples/stm32/f4/Makefile.include +++ b/examples/stm32/f4/Makefile.include @@ -45,7 +45,4 @@ BMP_PORT ?= #STLINK_PORT ?= :4242 -include ../../../../Makefile.rules - - - +include ../../../../rules.mk diff --git a/examples/stm32/l0/Makefile.include b/examples/stm32/l0/Makefile.include index eeb2680..c2729ab 100644 --- a/examples/stm32/l0/Makefile.include +++ b/examples/stm32/l0/Makefile.include @@ -41,4 +41,4 @@ BMP_PORT ?= #STLINK_PORT ?= :4242 -include ../../../../Makefile.rules +include ../../../../rules.mk diff --git a/examples/stm32/l1/Makefile.include b/examples/stm32/l1/Makefile.include index eb5a5f6..8f7ff26 100644 --- a/examples/stm32/l1/Makefile.include +++ b/examples/stm32/l1/Makefile.include @@ -41,4 +41,4 @@ BMP_PORT ?= #STLINK_PORT ?= :4242 -include ../../../../Makefile.rules +include ../../../../rules.mk diff --git a/examples/tiva/lm3s/Makefile.include b/examples/tiva/lm3s/Makefile.include index c0f2c74..680596c 100644 --- a/examples/tiva/lm3s/Makefile.include +++ b/examples/tiva/lm3s/Makefile.include @@ -41,4 +41,4 @@ BMP_PORT ?= #STLINK_PORT ?= :4242 -include ../../../../Makefile.rules +include ../../../../rules.mk diff --git a/examples/tiva/lm4f/Makefile.include b/examples/tiva/lm4f/Makefile.include index 3217a06..827de43 100644 --- a/examples/tiva/lm4f/Makefile.include +++ b/examples/tiva/lm4f/Makefile.include @@ -44,4 +44,4 @@ BMP_PORT ?= #STLINK_PORT ?= :4242 -include ../../../../Makefile.rules +include ../../../../rules.mk diff --git a/examples/vf6xx/colibri-vf61/Makefile.include b/examples/vf6xx/colibri-vf61/Makefile.include index 31bece7..0e30b7d 100644 --- a/examples/vf6xx/colibri-vf61/Makefile.include +++ b/examples/vf6xx/colibri-vf61/Makefile.include @@ -26,7 +26,4 @@ DEFS += -DVF6XX FP_FLAGS ?= -mfloat-abi=hard -mfpu=fpv4-sp-d16 ARCH_FLAGS = -mthumb -mcpu=cortex-m4 $(FP_FLAGS) -include ../../../Makefile.rules - - - +include ../../../rules.mk