xref: /rk3399_rockchip-uboot/drivers/video/drm/display-serdes/rohm/Makefile (revision fb735bc0afaa5ca3e43197aacbf2d83b2c314a1d)
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