We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70073ec commit 75ea138Copy full SHA for 75ea138
examples/tutorials/dynamic-apps-and-policies/app_loader/Makefile
@@ -18,7 +18,7 @@ ELF2TAB_ARGS += --ecdsa-nist-p256-private ../keys/ec-secp256r1-tutorial-key.priv
18
19
# List of apps to generate embed rules for:
20
APPS_TO_EMBED := \
21
- # ../../../blink \
+ # $(TOCK_USERLAND_BASE_DIR)/examples/blink \
22
23
AUTOGEN_HEADER = loadable_binaries.h
24
APPS_HASH := build/apps_to_embed
0 commit comments