mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00: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
|