aboutsummaryrefslogtreecommitdiff
path: root/Makefile.gen
AgeCommit message (Collapse)AuthorFilesLines
2011-11-24Improved version printingThomas Huth1-0/+4
When building SLOF from a git repository, use the SHA-id as version information instead of the less useful "private build" string. Also make sure that version information is updated during each build, so that we also print more accurate "build date" information now. Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
2011-10-12Moved bcm57xx driver to a new directory called "drivers".Thomas Huth1-0/+2
The bcm57xx driver is a normal part of the SLOF firmware, so it does not make sense that it resides in the other-licence directory. Moved it to a new directory called "drivers" now. Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
2011-10-12Cleaned up MakefilesThomas Huth1-143/+90
Replaced "make" by "$(MAKE)" to be able to built in parallel, fixed the indentation of some rules and removed some unused targets. Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
2010-12-01Initial import of slof-JX-1.7.0-4Benjamin Herrenschmidt1-0/+213
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>