mirror of
https://github.com/torvalds/linux.git
synced 2026-04-29 12:02:35 -04:00
As the end goal is to have platform drivers split by vendor, move both stm32/ and sti/ for them to be inside st/ directory. Acked-by: Hugues Fruchet <hugues.fruchet@st.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
5 lines
134 B
Makefile
5 lines
134 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-$(CONFIG_VIDEO_STI_BDISP) += bdisp.o
|
|
|
|
bdisp-objs := bdisp-v4l2.o bdisp-hw.o bdisp-debug.o
|