
On Monday, September 19, 2011 01:10:57 Marek Vasut wrote:
On Monday, September 19, 2011 06:59:52 AM Mike Frysinger wrote:
after all, the list of things to clean should be obvious once we have more kbuild style system: if it's listed as a file to build, then it should get cleaned.
And who's porting the kbuild style system to uboot, is there something like that going on already ?
it's already being done in small steps. witness include/autoconf.mk and the proliferation of COBJS-$(FOO) in Makefiles.
but there isnt anyone driving it strongly ... just as someone hits a piece that'd be helpful, they implement it.
i think the next itch i'll scratch is unifying board/*/Makefile into like board/board.mk ... then it'll be a lot easier to migrate these further. -mike