From 52f883487b7ddab81b4d27ad63792d53fea5ee2a Mon Sep 17 00:00:00 2001 From: Theodore Ateba Date: Wed, 2 Aug 2017 17:40:47 +0000 Subject: Correction of indentation on AVR demo Makefiles. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10351 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/AVR/NIL-ARDUINO-MEGA/Makefile | 2 +- demos/AVR/NIL-ARDUINO-UNO/Makefile | 2 +- demos/AVR/NIL-DIGISPARK-ATTINY-167/Makefile | 4 ++-- demos/AVR/RT-ARDUINO-MEGA/Makefile | 2 +- demos/AVR/RT-ARDUINO-MINI/Makefile | 2 +- demos/AVR/RT-ARDUINO-NANO/Makefile | 2 +- demos/AVR/RT-ARDUINO-UNO/Makefile | 2 +- demos/AVR/RT-PRO-MICRO/Makefile | 6 +++--- demos/AVR/RT-TEENSY2-USB/Makefile | 4 ++-- 9 files changed, 13 insertions(+), 13 deletions(-) (limited to 'demos/AVR') diff --git a/demos/AVR/NIL-ARDUINO-MEGA/Makefile b/demos/AVR/NIL-ARDUINO-MEGA/Makefile index 6640259e8..8ed43b02b 100644 --- a/demos/AVR/NIL-ARDUINO-MEGA/Makefile +++ b/demos/AVR/NIL-ARDUINO-MEGA/Makefile @@ -107,7 +107,7 @@ DEBUG = dwarf-2 # Use forward slashes for directory separators. # For a directory that has spaces, enclose it in quotes. EXTRAINCDIRS = $(CHIBIOS)/os/license $(PORTINC) $(KERNINC) $(TESTINC) \ - $(HALINC) $(OSALINC) $(PLATFORMINC) \ + $(HALINC) $(OSALINC) $(PLATFORMINC) \ $(BOARDINC) $(CHIBIOS)/os/various # Compiler flag to set the C Standard level. diff --git a/demos/AVR/NIL-ARDUINO-UNO/Makefile b/demos/AVR/NIL-ARDUINO-UNO/Makefile index 2668c9b00..d0d008bbf 100644 --- a/demos/AVR/NIL-ARDUINO-UNO/Makefile +++ b/demos/AVR/NIL-ARDUINO-UNO/Makefile @@ -107,7 +107,7 @@ DEBUG = dwarf-2 # Use forward slashes for directory separators. # For a directory that has spaces, enclose it in quotes. EXTRAINCDIRS = $(CHIBIOS)/os/license $(PORTINC) $(KERNINC) $(TESTINC) \ - $(HALINC) $(OSALINC) $(PLATFORMINC) \ + $(HALINC) $(OSALINC) $(PLATFORMINC) \ $(BOARDINC) $(CHIBIOS)/os/various # Compiler flag to set the C Standard level. diff --git a/demos/AVR/NIL-DIGISPARK-ATTINY-167/Makefile b/demos/AVR/NIL-DIGISPARK-ATTINY-167/Makefile index 4c76fa724..e26d10ebb 100644 --- a/demos/AVR/NIL-DIGISPARK-ATTINY-167/Makefile +++ b/demos/AVR/NIL-DIGISPARK-ATTINY-167/Makefile @@ -104,8 +104,8 @@ DEBUG = dwarf-2 # Each directory must be seperated by a space. # Use forward slashes for directory separators. # For a directory that has spaces, enclose it in quotes. -EXTRAINCDIRS = $(CHIBIOS)/os/license $(PORTINC) $(KERNINC) \ - $(HALINC) $(OSALINC) $(PLATFORMINC) \ +EXTRAINCDIRS = $(CHIBIOS)/os/license $(PORTINC) $(KERNINC) \ + $(HALINC) $(OSALINC) $(PLATFORMINC) \ $(BOARDINC) $(CHIBIOS)/os/various # Compiler flag to set the C Standard level. diff --git a/demos/AVR/RT-ARDUINO-MEGA/Makefile b/demos/AVR/RT-ARDUINO-MEGA/Makefile index 39542c4be..ba29fd41f 100644 --- a/demos/AVR/RT-ARDUINO-MEGA/Makefile +++ b/demos/AVR/RT-ARDUINO-MEGA/Makefile @@ -108,7 +108,7 @@ DEBUG = dwarf-2 # Use forward slashes for directory separators. # For a directory that has spaces, enclose it in quotes. EXTRAINCDIRS = $(CHIBIOS)/os/license $(PORTINC) $(KERNINC) $(TESTINC) \ - $(HALINC) $(OSALINC) $(PLATFORMINC) \ + $(HALINC) $(OSALINC) $(PLATFORMINC) \ $(BOARDINC) $(CHIBIOS)/os/various # Compiler flag to set the C Standard level. diff --git a/demos/AVR/RT-ARDUINO-MINI/Makefile b/demos/AVR/RT-ARDUINO-MINI/Makefile index 27fb26fd2..87ad88a49 100644 --- a/demos/AVR/RT-ARDUINO-MINI/Makefile +++ b/demos/AVR/RT-ARDUINO-MINI/Makefile @@ -107,7 +107,7 @@ DEBUG = dwarf-2 # Use forward slashes for directory separators. # For a directory that has spaces, enclose it in quotes. EXTRAINCDIRS = $(CHIBIOS)/os/license $(PORTINC) $(KERNINC) $(TESTINC) \ - $(HALINC) $(OSALINC) $(PLATFORMINC) \ + $(HALINC) $(OSALINC) $(PLATFORMINC) \ $(BOARDINC) $(CHIBIOS)/os/various # Compiler flag to set the C Standard level. diff --git a/demos/AVR/RT-ARDUINO-NANO/Makefile b/demos/AVR/RT-ARDUINO-NANO/Makefile index 6484385ba..59434a351 100644 --- a/demos/AVR/RT-ARDUINO-NANO/Makefile +++ b/demos/AVR/RT-ARDUINO-NANO/Makefile @@ -107,7 +107,7 @@ DEBUG = dwarf-2 # Use forward slashes for directory separators. # For a directory that has spaces, enclose it in quotes. EXTRAINCDIRS = $(CHIBIOS)/os/license $(PORTINC) $(KERNINC) $(TESTINC) \ - $(HALINC) $(OSALINC) $(PLATFORMINC) \ + $(HALINC) $(OSALINC) $(PLATFORMINC) \ $(BOARDINC) $(CHIBIOS)/os/various # Compiler flag to set the C Standard level. diff --git a/demos/AVR/RT-ARDUINO-UNO/Makefile b/demos/AVR/RT-ARDUINO-UNO/Makefile index d6c33a3f6..d70a1ccc5 100644 --- a/demos/AVR/RT-ARDUINO-UNO/Makefile +++ b/demos/AVR/RT-ARDUINO-UNO/Makefile @@ -107,7 +107,7 @@ DEBUG = dwarf-2 # Use forward slashes for directory separators. # For a directory that has spaces, enclose it in quotes. EXTRAINCDIRS = $(CHIBIOS)/os/license $(PORTINC) $(KERNINC) $(TESTINC) \ - $(HALINC) $(OSALINC) $(PLATFORMINC) \ + $(HALINC) $(OSALINC) $(PLATFORMINC) \ $(BOARDINC) $(CHIBIOS)/os/various # Compiler flag to set the C Standard level. diff --git a/demos/AVR/RT-PRO-MICRO/Makefile b/demos/AVR/RT-PRO-MICRO/Makefile index f9a854287..c044c868c 100644 --- a/demos/AVR/RT-PRO-MICRO/Makefile +++ b/demos/AVR/RT-PRO-MICRO/Makefile @@ -107,9 +107,9 @@ DEBUG = dwarf-2 # Each directory must be seperated by a space. # Use forward slashes for directory separators. # For a directory that has spaces, enclose it in quotes. -EXTRAINCDIRS = $(PORTINC) $(KERNINC) $(TESTINC) \ - $(HALINC) $(OSALINC) $(PLATFORMINC) \ - $(BOARDINC) $(CHIBIOS)/os/license $(CHIBIOS)/os/various +EXTRAINCDIRS = $(PORTINC) $(KERNINC) $(TESTINC) $(HALINC) \ + $(OSALINC) $(PLATFORMINC) $(BOARDINC) \ + $(CHIBIOS)/os/license $(CHIBIOS)/os/various # Compiler flag to set the C Standard level. # c89 = "ANSI" C diff --git a/demos/AVR/RT-TEENSY2-USB/Makefile b/demos/AVR/RT-TEENSY2-USB/Makefile index 242fae2e0..8f5207fcf 100644 --- a/demos/AVR/RT-TEENSY2-USB/Makefile +++ b/demos/AVR/RT-TEENSY2-USB/Makefile @@ -110,8 +110,8 @@ DEBUG = dwarf-2 # Use forward slashes for directory separators. # For a directory that has spaces, enclose it in quotes. EXTRAINCDIRS = $(CHIBIOS)/os/license $(PORTINC) $(KERNINC) $(TESTINC) \ - $(HALINC) $(OSALINC) $(PLATFORMINC) \ - $(BOARDINC) $(CHIBIOS)/os/various/shell \ + $(HALINC) $(OSALINC) $(PLATFORMINC) \ + $(BOARDINC) $(CHIBIOS)/os/various/shell \ $(STREAMSINC) # Compiler flag to set the C Standard level. -- cgit v1.2.3