mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-15 21:23:23 +00:00
3bae07d4b4
As the end goal is to have platform drivers split by vendor, rename exynos-gsc/ to samsung/exynos-gsc/. Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
5 lines
147 B
Makefile
5 lines
147 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
exynos-gsc-objs := gsc-core.o gsc-m2m.o gsc-regs.o
|
|
|
|
obj-$(CONFIG_VIDEO_SAMSUNG_EXYNOS_GSC) += exynos-gsc.o
|