Hi,
the attached file removes the inclusion of lzma.c (which really contains code) from another (rom_stream.c and others), instead linking it like any source file should be linked.
The same should (and will) be done with nrv2b.c, but that has some deeper implications as various CAR implementations include that directly, and thus requires more care.
It fixes an issue with the cbfs code.
As usual, it's Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
Patrick