mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 19:40:52 +07:00
6 lines
106 B
Makefile
6 lines
106 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
|
||
|
icc-core-objs := core.o
|
||
|
|
||
|
obj-$(CONFIG_INTERCONNECT) += icc-core.o
|