mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-26 07:44:27 +08:00
7 lines
140 B
Makefile
7 lines
140 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
#
|
||
|
# Makefile for kernel SLIMbus framework.
|
||
|
#
|
||
|
obj-$(CONFIG_SLIMBUS) += slimbus.o
|
||
|
slimbus-y := core.o
|