diff options
Diffstat (limited to 'drivers/hsi/controllers/Makefile')
-rw-r--r-- | drivers/hsi/controllers/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/hsi/controllers/Makefile b/drivers/hsi/controllers/Makefile new file mode 100644 index 000000000..41aab9380 --- /dev/null +++ b/drivers/hsi/controllers/Makefile @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0-only +# +# Makefile for HSI controllers drivers +# + +omap_ssi-objs += omap_ssi_core.o omap_ssi_port.o +obj-$(CONFIG_OMAP_SSI) += omap_ssi.o |