10 lines
		
	
	
		
			266 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			266 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # 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
 | |
| cdx-controller-objs := cdx_controller.o cdx_rpmsg.o mcdi.o mcdi_functions.o
 |