On 08/19/2014 02:37 PM, Greg KH wrote: > $ KERNELDIR=../gregkh/ make > make -C ../gregkh/ M=/home/gregkh/linux/kdbus > make[1]: Entering directory '/home/gregkh/linux/gregkh' > Building modules, stage 2. > MODPOST 1 modules > make[1]: Leaving directory '/home/gregkh/linux/gregkh' > make -C test KERNELDIR=../gregkh/ KBUILD_MODNAME=kdbus
Hmm, yes. KERNELDIR has to be an absolute path. I pushed a fix to address this and convert a possible relative path into an absolute one. Does this help? Thanks, Daniel _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
