Skip to content
Snippets Groups Projects
Commit b01313dc authored by Alessandro Rubini's avatar Alessandro Rubini
Browse files

for-ppsi: link libstd, too


In recent ppsi code, proto-ext-whiterabbit is not replicating
proto-standard any more, but rather it offers hooks for the additional
code it needs.  Thus, we need to link the library for standard PTP as
well, to pick some of the states for the WR state machine.

Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
parent 0c6f02b4
No related merge requests found
......@@ -79,7 +79,8 @@ obj-$(CONFIG_PPSI) += \
monitor/monitor_ppsi.o \
lib/ppsi-wrappers.o \
$(PPSI)/ppsi.o \
$(PPSI)/arch-wrpc/libarch.a
$(PPSI)/arch-wrpc/libarch.a \
$(PPSI)/proto-standard/libstd.a
CFLAGS_PLATFORM = -mmultiply-enabled -mbarrel-shift-enabled
LDFLAGS_PLATFORM = -mmultiply-enabled -mbarrel-shift-enabled \
......
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