[pok-devel] Re: [Patch] Partition library |
[ Thread Index | Date Index | More lists.tuxfamily.org/pok-devel Archives ]
Hi,
during my GSoC Project for RTEMS, I changed some source code in POK.
I need a library consisting of all object files of a partition. Therefore I need libpok and the $(OBJS) files mentioned in the partition's makefile.
I tried to introduce a new file misc/mk/rules-libpart.mk, to get the code generator to include it and to add libpart to the target array of the partition Makefile. But to do this, I have to change the backend code in ocarina.
I don't want to do this. So I decided to use the libpok target to build this library, too.
This change affects the compile time on the host, but neither the execution time nor the final binary.
I ran 'make test' and all tests completed successfully.
* The patch is attached and I would commit it Friday, if nobody objects.*
Further information on this can be read here:
http://phipse.github.io/rtems/blog/2013/07/28/generation-of-libpart-target/
Cheers,
Philipp
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |