Skip to content

Commit 75ea138

Browse files
committed
app_loader: change path for embed apps
1 parent 70073ec commit 75ea138

File tree

1 file changed

+1
-1
lines changed
  • examples/tutorials/dynamic-apps-and-policies/app_loader

1 file changed

+1
-1
lines changed

examples/tutorials/dynamic-apps-and-policies/app_loader/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ELF2TAB_ARGS += --ecdsa-nist-p256-private ../keys/ec-secp256r1-tutorial-key.priv
1818

1919
# List of apps to generate embed rules for:
2020
APPS_TO_EMBED := \
21-
# ../../../blink \
21+
# $(TOCK_USERLAND_BASE_DIR)/examples/blink \
2222
2323
AUTOGEN_HEADER = loadable_binaries.h
2424
APPS_HASH := build/apps_to_embed

0 commit comments

Comments
 (0)