162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci 362306a36Sopenharmony_ci# This setup links the different object files into one single 462306a36Sopenharmony_ci# module so we don't have to EXPORT() a lot of internal symbols 562306a36Sopenharmony_ci# or create unnecessary submodules. 662306a36Sopenharmony_cifotg210-objs-y += fotg210-core.o 762306a36Sopenharmony_cifotg210-objs-$(CONFIG_USB_FOTG210_HCD) += fotg210-hcd.o 862306a36Sopenharmony_cifotg210-objs-$(CONFIG_USB_FOTG210_UDC) += fotg210-udc.o 962306a36Sopenharmony_cifotg210-objs := $(fotg210-objs-y) 1062306a36Sopenharmony_ciobj-$(CONFIG_USB_FOTG210) += fotg210.o 11