• Alessandro Rubini's avatar
    for-ppsi: Makefile changes to please "make -j8" · b15ffc99
    Alessandro Rubini authored
    We need to link ppsi/proto-standard/libstd.a explicitly, but we also
    need a rule to generate it, or parallel compilation fails saying it
    has no rule. The makefile depended on build order (my fault), as
    building ppsi/ppsi.o, with its rule), also built libstd.a
    
    BTW, this removes ppsi/arch-wrpc/libarch.a from the dependencies,
    because it is already linked in making ppsi/ppsi.o (otoh the need for
    an explicit mention of libstd.a can't easily be solved in ppsi
    itself, so it remains here).
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    b15ffc99
Makefile 4.52 KB