diff --git a/examples/tests/kv/kv_system/Makefile b/examples/tests/kv/kv_system/Makefile index b9cdd0fa3..964886043 100644 --- a/examples/tests/kv/kv_system/Makefile +++ b/examples/tests/kv/kv_system/Makefile @@ -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