blob: d18a18a2cbaec66b18b9ce4d733b83cc9367d0b3 [file] [log] [blame]
##
## Copyright 2016 Google Inc.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
##
depthcharge-y += framebuffer.c
depthcharge-$(CONFIG_DRIVER_FRAMEBUFFER_EXYNOS5) += exynos5.c
depthcharge-$(CONFIG_DRIVER_FRAMEBUFFER_FWDB) += fwdb.c
depthcharge-$(CONFIG_DRIVER_FRAMEBUFFER_INTEL_I915) += intel_i915.c
depthcharge-$(CONFIG_DRIVER_FRAMEBUFFER_ROCKCHIP) += rockchip.c
depthcharge-$(CONFIG_DRIVER_FRAMEBUFFER_TEGRA132) += tegra132.c
depthcharge-$(CONFIG_DRIVER_FRAMEBUFFER_UEFI) += uefi.c