diff options
author | Ken Cox <jkc@redhat.com> | 2014-03-04 07:58:06 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-03-04 16:57:45 -0800 |
commit | e423812a9e430913e41c6565922142fe22f83ad7 (patch) | |
tree | 304824fc2d5e89e52e3fab7bdd59493a54a6a3fb /drivers/staging/unisys/Makefile | |
parent | 9d9baadd4069c77a97bf530abad9ddb74875fe76 (diff) |
staging: visorchannel module
The visorchannel module is a support library that abstracts reading
and writing a channel in memory.
Signed-off-by: Ken Cox <jkc@redhat.com>
Cc: Ben Romer <sparmaintainer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys/Makefile')
-rw-r--r-- | drivers/staging/unisys/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/unisys/Makefile b/drivers/staging/unisys/Makefile index 129c28fb50f0..a457d8b49b36 100644 --- a/drivers/staging/unisys/Makefile +++ b/drivers/staging/unisys/Makefile @@ -2,4 +2,5 @@ # Makefile for Unisys SPAR drivers # obj-$(CONFIG_UNISYS_VISORUTIL) += visorutil/ +obj-$(CONFIG_UNISYS_VISORCHANNEL) += visorchannel/ |