diff options
author | Paul Selkirk <paul@psgd.org> | 2017-05-03 16:38:09 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2017-09-07 18:10:32 -0400 |
commit | 12585a41bbf124ff8204fc1b538b9796812db747 (patch) | |
tree | 970b416b03fedeedddd0212bb9d0981a1c166d74 /projects/hsm/Makefile | |
parent | ceee42024b728a878063548ea245c47a951be29f (diff) |
Add some task metrics.
Diffstat (limited to 'projects/hsm/Makefile')
-rw-r--r-- | projects/hsm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/hsm/Makefile b/projects/hsm/Makefile index 927c9f1..ecd1a5d 100644 --- a/projects/hsm/Makefile +++ b/projects/hsm/Makefile @@ -13,6 +13,8 @@ OBJS = mgmt-cli.o \ BOARD_OBJS += $(TOPLEVEL)/task.o +CFLAGS += -DTASK_METRICS + CFLAGS += -DNUM_RPC_TASK=4 CFLAGS += -I$(LIBHAL_SRC) |