Commit 2067f0f5 authored by Alessandro Rubini's avatar Alessandro Rubini

wrpc bugfix: time-wrpc/ objects are now in OBJ-y

Commit 84df8890 changed the build order, avoiding libraries.
Back then I fogot to apply the same change to time-wrpc, and didn't
notice because ./MAKEALL worked fine.  We never linkerd the final
ppsi.elf for WRPC since then.

Now I'm updating the ppsi submodule in the wrpc-sw repository, and
this must be fixed to avoid the missing symbols in the final link.
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 3273e65e
# This Makefile in included by arch-wrpc.
# Object files are added to libarch, so they are picked on demand.
OBJ-libarch += \
OBJ-y += \
time-wrpc/wrpc-time.o \
time-wrpc/wrpc-socket.o
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