summaryrefslogtreecommitdiffstats
path: root/common.mk
Commit message (Collapse)AuthorAgeFilesLines
* minigbm: Remove (c) from copyright notice.Daniele Castagna2016-12-171-1/+1
| | | | | | | | | | | | | | | | | | The pre-submit hook script checks that copyright messages don't contain "(c)". This CL removes "(c)" from all the copyrights header in minigbm that still have it. BUG=None TEST=emerge-$BOARD minigbm. Change-Id: I1922d9d29b78d124302d497310fe1c1cfd6fc695 Reviewed-on: https://chromium-review.googlesource.com/421588 Commit-Ready: David Reveman <reveman@chromium.org> Commit-Ready: Daniele Castagna <dcastagna@chromium.org> Tested-by: Daniele Castagna <dcastagna@chromium.org> Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org>
* Import minigbmStéphane Marchesin2014-09-131-0/+931
Minigbm is a gbm implementation for a few DRM targets. Currently the targets are: - cirrus - exynos - gma500 - i915 - rockchip - tegra - udl Right some targets are controlled with GBM_{TARGET} flags. I would like to get to a place where we can just build all the targets in a single library, but we need the drm headers for all targets for that to happen so this needs more thinking. BUG=chromium:394868,chromium:402597,chromium:413947,chromium:412508 TEST=unit tests, which I will need to import later Signed-off-by: Stéphane Marchesin <marcheu@chromium.org> Change-Id: I36ae07f2a59827a807e19e1432891ca196b28803 Reviewed-on: https://chromium-review.googlesource.com/218030