aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Bradley <wmb@laptop.org>2019-03-01 12:02:06 -1000
committerMitch Bradley <wmb@laptop.org>2019-03-01 12:02:06 -1000
commitb0c32e89a2c8098a7a81c66da3dc2f7f6bb0fcc8 (patch)
tree8801e59c453eb2152870ee2c2cf4a5ea0f8e4300
parent8641c2e2b0bd1c0b5b967bfae32f7ca1cb6a4f0d (diff)
downloadcforth-b0c32e89a2c8098a7a81c66da3dc2f7f6bb0fcc8.tar.gz
Another tweak to the esp8266 Makefiles
Correctly installs the nodemcu SDK when you start the build from an app other than the default esp8266 one.
-rw-r--r--src/app/esp8266/sdk.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/esp8266/sdk.mk b/src/app/esp8266/sdk.mk
index ea53970..2041af7 100644
--- a/src/app/esp8266/sdk.mk
+++ b/src/app/esp8266/sdk.mk
@@ -21,7 +21,7 @@ $(NODEMCU_PATH):
&& cd $(abspath $(NODEMCU_PATH)) \
&& git branch cforth $(NODEMCU_COMMIT) \
&& git checkout cforth \
- && git apply --whitespace=fix $(abspath $(APPPATH))/*.patch \
+ && git apply --whitespace=fix $(abspath $(TOPDIR))/src/app/esp8266/*.patch \
&& tar -xzf tools/esp-open-sdk.tar.gz \
)