Hello, 2015-01-28 21:29 GMT+01:00 Alexander Dahl : > Hei, > > On 28.01.2015 16:25, Alexander Stein wrote: > > For building out of tree; I would suggest using cmake. This makes > > building OOT quite an easy task. As you only have a simple makefile > > setting up CMakeLists.txt is not that hard. If the build process is > > more complicated you anyway want to use a build system like cmake. > > +1 > I appreciate the suggestions :) but this is not what I am looking for. Specially since ptxdist already knows how to do what I want to do. In fact it does exactly that when you create a "src-linux-driver" package: The sources are copied from local_src/ to a directory platform/build-target/ and built there. I just need to figure out how to make ptxdist do the same for a regular "src-make-prog" package. Guillermo