mirror of
https://github.com/torvalds/linux.git
synced 2026-04-26 10:32:25 -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
189 B
Makefile
5 lines
189 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-$(CONFIG_VIDEO_STI_HVA) += st-hva.o
|
|
st-hva-y := hva-v4l2.o hva-hw.o hva-mem.o hva-h264.o
|
|
st-hva-$(CONFIG_VIDEO_STI_HVA_DEBUGFS) += hva-debugfs.o
|