On Thu, May 08, 2014 at 08:02:28AM -0400, Brian Foster wrote: > Missing a $ here... > > Adding that, the single threaded build still breaks for me. E.g., > > - rm -rf fs/xfs > - git checkout -- . > - make The kernel build systems doesn't support building a single module from multiple makefiles. Take a look how to handle a subdirectory in the older XFS versions that still had that linux-2.6 subdirectory, it just pulls the files in the subdirectory in from the main makefile, which requires some tiny hacks for the include path. _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs