xref: /rk3399_rockchip-uboot/drivers/video/drm/display-serdes/rohm/Makefile (revision e63a27f7a96beae2cdcc4ca813c8b95c07c7d2e6)
1#
2#(C) Copyright 2023-2025 Rockchip Electronics Co., Ltd
3#
4# SPDX-License-Identifier: GPL-2.0
5#
6# rohm display serdes drivers configuration
7#
8ifndef CONFIG_SPL_BUILD
9obj-$(CONFIG_SERDES_DISPLAY_CHIP_ROHM_BU18TL82)		+= rohm-bu18tl82.o
10obj-$(CONFIG_SERDES_DISPLAY_CHIP_ROHM_BU18RL82)		+= rohm-bu18rl82.o
11endif
12