diff options
Diffstat (limited to 'drivers/connector/Makefile')
-rw-r--r-- | drivers/connector/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/connector/Makefile b/drivers/connector/Makefile new file mode 100644 index 00000000000..12ca79e8234 --- /dev/null +++ b/drivers/connector/Makefile @@ -0,0 +1,3 @@ +obj-$(CONFIG_CONNECTOR) += cn.o + +cn-y += cn_queue.o connector.o |