diff options
Diffstat (limited to 'drivers/slimbus/Makefile')
-rw-r--r-- | drivers/slimbus/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/slimbus/Makefile b/drivers/slimbus/Makefile new file mode 100644 index 000000000000..506ff17d6346 --- /dev/null +++ b/drivers/slimbus/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0 +# +# Makefile for kernel SLIMbus framework. +# +obj-$(CONFIG_SLIMBUS) += slimbus.o +slimbus-y := core.o |