summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
Commit message (Collapse)AuthorAgeFilesLines
* bootstrap: Add dev modeAndrew Jeffery2019-03-181-2/+25
| | | | | | | | | | Running `./bootstrap.sh dev` enables various sanitisers in GCC and code-coverage targets in the generated Makefile. `./configure` is run automatically as part of dev mode, as it is a shortcut for adding the above options to the configure script invocation. Change-Id: I48b9a312f438efd070ad5f982be80326894b1141 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
* Add initial files for physical LED controllerVishwanatha Subbanna2016-12-061-0/+18
This daemon uses sysfs entry for a particular LED and then triggers necessary action. Name and Path of the LED is needed as command line options to make sure this is genreric implementation. Change-Id: I3d52f1491fcb6ae8119b399a4d2c6770a3f5db30 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
OpenPOWER on IntegriCloud