Skip to content

Commit

Permalink
Merge pull request #460 from alistair23/alistair/kv-test-fixup
Browse files Browse the repository at this point in the history
examples: tests: kv_system: Specify the storage permissions
  • Loading branch information
alevy committed Sep 14, 2024
2 parents bd4c249 + f88e7fb commit 22f60bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/tests/kv/kv_system/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ TOCK_USERLAND_BASE_DIR = ../../../..
# Which files to compile.
C_SRCS := $(wildcard *.c)

ELF2TAB_ARGS += --write_id 17767 --read_ids 17767 --access_ids 17767

# Include userland master makefile. Contains rules and flags for actually
# building the application.
include $(TOCK_USERLAND_BASE_DIR)/AppMakefile.mk

0 comments on commit 22f60bb

Please sign in to comment.