On Thursday 24 November 2011 21:18:47 Marek Lindner wrote:
On Thursday, November 24, 2011 21:01:21 Marek Lindner wrote:
I looked at the new patches from ordex and thought about using the Makefile from the kernel as the Makefile.kbuild in the standalone distribution. The Makefile is only the user friendly compatibility layer over the kbuild stuff.
I thought the main idea behind this separation was to have one Makefile for the kernel folks and one for the out-of-tree users ? Are they going to accept a single Makefile which contains more than what is needed for in-kernel development ?
sorry, I misread your intentions - then I discovered the patch at the end. Let me try this on OpenWrt.
OpenWRT would need some tweaks to get it working (I didn't test it... just assuming some things). So copying the Makefile.kbuild to Makefile must be removed and PWD= has to be set to the source folder when making the build/install/clean calls.
Kind regards, Sven