2023-03-13 18:56:33 +05:30
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
|
#
|
|
|
|
|
# Makefile for CDX controller drivers
|
|
|
|
|
#
|
|
|
|
|
# Copyright (C) 2022-2023, Advanced Micro Devices, Inc.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
obj-$(CONFIG_CDX_CONTROLLER) += cdx-controller.o
|
2023-03-13 18:56:35 +05:30
|
|
|
cdx-controller-objs := cdx_controller.o cdx_rpmsg.o mcdi.o mcdi_functions.o
|