aboutsummaryrefslogtreecommitdiff
path: root/drivers/gator
AgeCommit message (Collapse)Author
2013-10-11gator: Get Makefile to work with DKMSJon Medhurst
DKMS uses an absolute paths for $(src) and $(obj) whereas these are relative paths for other kernel building scenarios. So we need to do some jiggery-pokery to get the rule for gator_events.h to work in all situations. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-10-11gator: Add config for building the module in-treeJon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-10-11gator: Revert #error about lack of CONFIG_PERF_EVENTSJon Medhurst
Make this a #warning as in version 5.9. This lets Gator build (with much reduced functionality) on platforms which require CONFIG_PERF_EVENTS to be disabled for whatever reason. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-10-11gator: Version 5.16Jon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-10-08gator: Version 5.15Jon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org>