2023-08-30 17:31:07 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
#
|
2023-10-24 12:59:35 +02:00
|
|
|
# Makefile for the IPU drivers
|
2023-08-30 17:31:07 +02:00
|
|
|
#
|
2023-10-24 12:59:35 +02:00
|
|
|
obj-$(CONFIG_IPU_BRIDGE) += ipu-bridge.o
|
2023-08-30 17:31:07 +02:00
|
|
|
obj-y += ipu3/
|