forked from jrsteensen/OpenHornet-Software
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Makefile to conform to OpenHornet directory layout. Use ROOTDI…
…R instead of relative directories
- Loading branch information
1 parent
950de62
commit 0e5f3af
Showing
28 changed files
with
114 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
*.bak | ||
.venv/ | ||
.DS_Store | ||
~*.* | ||
doxyHtml | ||
doc | ||
html | ||
docs/html | ||
release/ | ||
embedded/**/build/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
embedded/OH1_Upper_Instrument_Panel/1A2-MASTER_ARM_PANEL/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Any extra libraries included by this sketch (space separated) | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 Wire | ||
|
||
# Uncomment one of the following to choose the target board | ||
# include ../../include/mega2560.mk | ||
include ../../include/promicro.mk | ||
# include ../../include/promini.mk | ||
# include ../../include/s2mini.mk | ||
# include $(ROOTDIR)/include/mega2560.mk | ||
include $(ROOTDIR)/include/promicro.mk | ||
# include $(ROOTDIR)/include/promini.mk | ||
# include $(ROOTDIR)/include/s2mini.mk |
10 changes: 5 additions & 5 deletions
10
embedded/OH1_Upper_Instrument_Panel/1A3-L_DDI_AND_EWI/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Any extra libraries included by this sketch (space separated) | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 Wire | ||
|
||
# Uncomment one of the following to choose the target board | ||
# include ../../include/mega2560.mk | ||
include ../../include/promicro.mk | ||
# include ../../include/promini.mk | ||
# include ../../include/s2mini.mk | ||
# include $(ROOTDIR)/include/mega2560.mk | ||
include $(ROOTDIR)/include/promicro.mk | ||
# include $(ROOTDIR)/include/promini.mk | ||
# include $(ROOTDIR)/include/s2mini.mk |
10 changes: 5 additions & 5 deletions
10
embedded/OH1_Upper_Instrument_Panel/1A6-SPIN_RCVY_PANEL/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Any extra libraries included by this sketch (space separated) | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 Wire | ||
|
||
# Uncomment one of the following to choose the target board | ||
# include ../../include/mega2560.mk | ||
include ../../include/promicro.mk | ||
# include ../../include/promini.mk | ||
# include ../../include/s2mini.mk | ||
# include $(ROOTDIR)/include/mega2560.mk | ||
include $(ROOTDIR)/include/promicro.mk | ||
# include $(ROOTDIR)/include/promini.mk | ||
# include $(ROOTDIR)/include/s2mini.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Any extra libraries included by this sketch (space separated) | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 Wire | ||
|
||
# Uncomment one of the following to choose the target board | ||
# include ../../include/mega2560.mk | ||
include ../../include/promicro.mk | ||
# include ../../include/promini.mk | ||
# include ../../include/s2mini.mk | ||
# include $(ROOTDIR)/include/mega2560.mk | ||
include $(ROOTDIR)/include/promicro.mk | ||
# include $(ROOTDIR)/include/promini.mk | ||
# include $(ROOTDIR)/include/s2mini.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Any extra libraries included by this sketch (space separated) | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 ArduinoJoystickLibrary | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 Wire ArduinoJoystickLibrary | ||
|
||
# Uncomment one of the following to choose the target board | ||
# include ../../include/mega2560.mk | ||
include ../../include/promicro.mk | ||
# include ../../include/promini.mk | ||
# include ../../include/s2mini.mk | ||
# include $(ROOTDIR)/include/mega2560.mk | ||
include $(ROOTDIR)/include/promicro.mk | ||
# include $(ROOTDIR)/include/promini.mk | ||
# include $(ROOTDIR)/include/s2mini.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Any extra libraries included by this sketch (space separated) | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 Wire | ||
|
||
# Uncomment one of the following to choose the target board | ||
# include ../../include/mega2560.mk | ||
include ../../include/promicro.mk | ||
# include ../../include/promini.mk | ||
# include ../../include/s2mini.mk | ||
# include $(ROOTDIR)/include/mega2560.mk | ||
include $(ROOTDIR)/include/promicro.mk | ||
# include $(ROOTDIR)/include/promini.mk | ||
# include $(ROOTDIR)/include/s2mini.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Any extra libraries included by this sketch (space separated) | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 Wire | ||
|
||
# Uncomment one of the following to choose the target board | ||
# include ../../include/mega2560.mk | ||
include ../../include/promicro.mk | ||
# include ../../include/promini.mk | ||
# include ../../include/s2mini.mk | ||
# include $(ROOTDIR)/include/mega2560.mk | ||
include $(ROOTDIR)/include/promicro.mk | ||
# include $(ROOTDIR)/include/promini.mk | ||
# include $(ROOTDIR)/include/s2mini.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Any extra libraries included by this sketch (space separated) | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 Wire | ||
|
||
# Uncomment one of the following to choose the target board | ||
# include ../../include/mega2560.mk | ||
include ../../include/promicro.mk | ||
# include ../../include/promini.mk | ||
# include ../../include/s2mini.mk | ||
# include $(ROOTDIR)/include/mega2560.mk | ||
include $(ROOTDIR)/include/promicro.mk | ||
# include $(ROOTDIR)/include/promini.mk | ||
# include $(ROOTDIR)/include/s2mini.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Any extra libraries included by this sketch (space separated) | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 Wire | ||
|
||
# Uncomment one of the following to choose the target board | ||
# include ../../include/mega2560.mk | ||
include ../../include/promicro.mk | ||
# include ../../include/promini.mk | ||
# include ../../include/s2mini.mk | ||
# include $(ROOTDIR)/include/mega2560.mk | ||
include $(ROOTDIR)/include/promicro.mk | ||
# include $(ROOTDIR)/include/promini.mk | ||
# include $(ROOTDIR)/include/s2mini.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Any extra libraries included by this sketch (space separated) | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 Wire | ||
|
||
# Uncomment one of the following to choose the target board | ||
# include ../../include/mega2560.mk | ||
include ../../include/promicro.mk | ||
# include ../../include/promini.mk | ||
# include ../../include/s2mini.mk | ||
# include $(ROOTDIR)/include/mega2560.mk | ||
include $(ROOTDIR)/include/promicro.mk | ||
# include $(ROOTDIR)/include/promini.mk | ||
# include $(ROOTDIR)/include/s2mini.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Any extra libraries included by this sketch (space separated) | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 Wire | ||
|
||
# Uncomment one of the following to choose the target board | ||
# include ../../include/mega2560.mk | ||
include ../../include/promicro.mk | ||
# include ../../include/promini.mk | ||
# include ../../include/s2mini.mk | ||
# include $(ROOTDIR)/include/mega2560.mk | ||
include $(ROOTDIR)/include/promicro.mk | ||
# include $(ROOTDIR)/include/promini.mk | ||
# include $(ROOTDIR)/include/s2mini.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Any extra libraries included by this sketch (space separated) | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 Wire | ||
|
||
# Uncomment one of the following to choose the target board | ||
include ../../include/mega2560.mk | ||
# include ../../include/promicro.mk | ||
# include ../../include/promini.mk | ||
# include ../../include/s2mini.mk | ||
include $(ROOTDIR)/include/mega2560.mk | ||
# include $(ROOTDIR)/include/promicro.mk | ||
# include $(ROOTDIR)/include/promini.mk | ||
# include $(ROOTDIR)/include/s2mini.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Any extra libraries included by this sketch (space separated) | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 Wire | ||
|
||
# Uncomment one of the following to choose the target board | ||
# include ../../include/mega2560.mk | ||
include ../../include/promicro.mk | ||
# include ../../include/promini.mk | ||
# include ../../include/s2mini.mk | ||
# include $(ROOTDIR)/include/mega2560.mk | ||
include $(ROOTDIR)/include/promicro.mk | ||
# include $(ROOTDIR)/include/promini.mk | ||
# include $(ROOTDIR)/include/s2mini.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Any extra libraries included by this sketch (space separated) | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 ArduinoJoystickLibrary | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 Wire ArduinoJoystickLibrary | ||
|
||
# Uncomment one of the following to choose the target board | ||
# include ../../include/mega2560.mk | ||
include ../../include/promicro.mk | ||
# include ../../include/promini.mk | ||
# include ../../include/s2mini.mk | ||
# include $(ROOTDIR)/include/mega2560.mk | ||
include $(ROOTDIR)/include/promicro.mk | ||
# include $(ROOTDIR)/include/promini.mk | ||
# include $(ROOTDIR)/include/s2mini.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Any extra libraries included by this sketch (space separated) | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 ArduinoJoystickLibrary | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 Wire ArduinoJoystickLibrary | ||
|
||
# Uncomment one of the following to choose the target board | ||
# include ../../include/mega2560.mk | ||
include ../../include/promicro.mk | ||
# include ../../include/promini.mk | ||
# include ../../include/s2mini.mk | ||
# include $(ROOTDIR)/include/mega2560.mk | ||
include $(ROOTDIR)/include/promicro.mk | ||
# include $(ROOTDIR)/include/promini.mk | ||
# include $(ROOTDIR)/include/s2mini.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Any extra libraries included by this sketch (space separated) | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 ArduinoJoystickLibrary | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 Wire ArduinoJoystickLibrary | ||
|
||
# Uncomment one of the following to choose the target board | ||
# include ../../include/mega2560.mk | ||
include ../../include/promicro.mk | ||
# include ../../include/promini.mk | ||
# include ../../include/s2mini.mk | ||
# include $(ROOTDIR)/include/mega2560.mk | ||
include $(ROOTDIR)/include/promicro.mk | ||
# include $(ROOTDIR)/include/promini.mk | ||
# include $(ROOTDIR)/include/s2mini.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Any extra libraries included by this sketch (space separated) | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 ArduinoJoystickLibrary | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 Wire ArduinoJoystickLibrary | ||
|
||
# Uncomment one of the following to choose the target board | ||
# include ../../include/mega2560.mk | ||
include ../../include/promicro.mk | ||
# include ../../include/promini.mk | ||
# include ../../include/s2mini.mk | ||
# include $(ROOTDIR)/include/mega2560.mk | ||
include $(ROOTDIR)/include/promicro.mk | ||
# include $(ROOTDIR)/include/promini.mk | ||
# include $(ROOTDIR)/include/s2mini.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Any extra libraries included by this sketch (space separated) | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 ArduinoJoystickLibrary | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 Wire ArduinoJoystickLibrary | ||
|
||
# Uncomment one of the following to choose the target board | ||
# include ../../include/mega2560.mk | ||
include ../../include/promicro.mk | ||
# include ../../include/promini.mk | ||
# include ../../include/s2mini.mk | ||
# include $(ROOTDIR)/include/mega2560.mk | ||
include $(ROOTDIR)/include/promicro.mk | ||
# include $(ROOTDIR)/include/promini.mk | ||
# include $(ROOTDIR)/include/s2mini.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Any extra libraries included by this sketch (space separated) | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 ArduinoJoystickLibrary | ||
LIBRARIES = Adafruit_NeoPixel Servo dcs-bios-arduino-library TCA9534 Wire ArduinoJoystickLibrary | ||
|
||
# Uncomment one of the following to choose the target board | ||
# include ../../include/mega2560.mk | ||
include ../../include/promicro.mk | ||
# include ../../include/promini.mk | ||
# include ../../include/s2mini.mk | ||
# include $(ROOTDIR)/include/mega2560.mk | ||
include $(ROOTDIR)/include/promicro.mk | ||
# include $(ROOTDIR)/include/promini.mk | ||
# include $(ROOTDIR)/include/s2mini.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
BOARD_TAG = mega | ||
BOARD_SUB = atmega2560 | ||
|
||
include $(dir $(realpath $(CURDIR)/..))include/avr.mk | ||
include $(ROOTDIR)/include/avr.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
RELEASE_DIR = $(dir $(realpath $(CURDIR)/..))release | ||
RELEASE_DIR = $(ROOTDIR)/release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
BOARD_TAG = pro | ||
BOARD_SUB = 8MHzatmega328 | ||
|
||
include $(dir $(realpath $(CURDIR)/..))include/avr.mk | ||
include $(ROOTDIR)/include/avr.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
BOARD = lolin_s2_mini | ||
|
||
include $(dir $(realpath $(CURDIR)/..))include/esp.mk | ||
include $(ROOTDIR)/include/esp.mk |