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
|