9 lines
160 B
Makefile
Executable File
9 lines
160 B
Makefile
Executable File
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for CDX
|
|
#
|
|
# Copyright (C) 2022-2023, Advanced Micro Devices, Inc.
|
|
#
|
|
|
|
obj-$(CONFIG_CDX_BUS) += cdx.o controller/
|