diff options
Diffstat (limited to 'drivers/hsi/controllers/Makefile')
-rw-r--r-- | drivers/hsi/controllers/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/hsi/controllers/Makefile b/drivers/hsi/controllers/Makefile new file mode 100644 index 000000000..d2665cf9c --- /dev/null +++ b/drivers/hsi/controllers/Makefile @@ -0,0 +1,6 @@ +# +# Makefile for HSI controllers drivers +# + +obj-$(CONFIG_OMAP_SSI) += omap_ssi.o +obj-$(CONFIG_OMAP_SSI_PORT) += omap_ssi_port.o |