Commit 0be7fc94 authored by Alessandro Rubini's avatar Alessandro Rubini

userspace/tools: add all ppsi dump information to wrs_dump_shmem

The output is now very verbose, but with grep and similar things we
can put it to good use. Besides, seeing all data items allows to audit
field use.
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent cf0d2168
......@@ -25,7 +25,9 @@ CFLAGS = -O2 -g -Wall \
-I../mini-rpc \
-I../libsdb \
-I../include \
-I../libwr/include
-I../libwr/include \
-I../ppsi/include \
-I../ppsi/arch-wrs/include
# for wrs_version alone (but others may use this)
GIT_VER = $(shell git describe --always --dirty=+ | sed 's;^wr-switch-sw-;;')
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment