aboutsummaryrefslogtreecommitdiff
path: root/board-js2x/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2016-06-27net: Move files from clients/net-snk/app/netlib/ to lib/libnet/Thomas Huth1-1/+2
When we want to link the network stack to other parts of the firmware later (paflof), we've got to turn it into a proper library first. Note: Make sure to run "make distclean" after this patch, so that the dependencies for the moved files get rebuilt properly. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
2013-10-04Remove bcm57xx network driver as moduleAvik Sil1-4/+1
The driver has been moved to libbcm Signed-off-by: Avik Sil <aviksil@linux.vnet.ibm.com> Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
2013-10-04Add bcm57xx network driver in libbcmAvik Sil1-1/+1
Signed-off-by: Avik Sil <aviksil@linux.vnet.ibm.com> Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
2013-08-06js2x: use new usb stackNikunj A Dadhania1-1/+1
Fix the js2x build to compile and link the usb stack. Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
2011-10-12Moved bcm57xx driver to a new directory called "drivers".Thomas Huth1-5/+3
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-40/+41
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/+85
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>