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