mirror of
https://github.com/torvalds/linux.git
synced 2026-04-25 01:52:32 -04:00
The davinci dm3xx/dm644x platforms are gone now, and the remaining da8xx platforms do not use the vpbe driver, so the driver can be removed as well. Acked-by: Lad Prabhakar <prabhakar.csengg@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
10 lines
263 B
Makefile
10 lines
263 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the davinci video device drivers.
|
|
#
|
|
|
|
#VPIF Display driver
|
|
obj-$(CONFIG_VIDEO_DAVINCI_VPIF_DISPLAY) += vpif.o vpif_display.o
|
|
#VPIF Capture driver
|
|
obj-$(CONFIG_VIDEO_DAVINCI_VPIF_CAPTURE) += vpif.o vpif_capture.o
|