diff options
| author | Osamu Aoki <osamu@debian.org> | 2020-04-12 21:19:41 +0900 |
|---|---|---|
| committer | Osamu Aoki <osamu@debian.org> | 2020-04-13 00:28:41 +0900 |
| commit | 9357f7d3ab8d62d05dc35cd9d82941cdc460e28c (patch) | |
| tree | 04cd0200828a7a158cd0426564e7b3d8661518df /examples/BlinkNetworkRPi/Makefile | |
| parent | 6f786a96b0acfb0c9b2d2f4e39911d2803088729 (diff) | |
Use $(ARDMK_DIR)
Signed-off-by: Osamu Aoki <osamu@debian.org>
Diffstat (limited to 'examples/BlinkNetworkRPi/Makefile')
| -rw-r--r-- | examples/BlinkNetworkRPi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/BlinkNetworkRPi/Makefile b/examples/BlinkNetworkRPi/Makefile index 15e565e..c119b53 100644 --- a/examples/BlinkNetworkRPi/Makefile +++ b/examples/BlinkNetworkRPi/Makefile @@ -16,7 +16,7 @@ AVRDUDE_CONF=/usr/local/etc/avrdude.conf FORCE_MONITOR_PORT=true MONITOR_PORT=/dev/spidev0.0 -include ../../Arduino.mk +include $(ARDMK_DIR)/Arduino.mk # Additional rules to use a remote Raspberry Pi programmer |
