diff options
author | Ken Cox <jkc@redhat.com> | 2014-03-04 07:58:05 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-03-04 16:52:12 -0800 |
commit | 9d9baadd4069c77a97bf530abad9ddb74875fe76 (patch) | |
tree | 227488ae2061881893bdf8ef28c3c6778473453d /drivers/staging/Makefile | |
parent | 6b029336d93d8f9a94b0256b1f7d9c1768eedba7 (diff) | |
download | blackbird-op-linux-9d9baadd4069c77a97bf530abad9ddb74875fe76.tar.gz blackbird-op-linux-9d9baadd4069c77a97bf530abad9ddb74875fe76.zip |
staging: visorutil driver to provide common functionality to other s-Par drivers
The visorutil module is a support library required by all other s-Par
driver modules. Among its features it abstracts reading, writing, and
manipulating a block of 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/Makefile')
-rw-r--r-- | drivers/staging/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile index 9eb4e8a7d133..d12f6189db46 100644 --- a/drivers/staging/Makefile +++ b/drivers/staging/Makefile @@ -64,3 +64,4 @@ obj-$(CONFIG_DGAP) += dgap/ obj-$(CONFIG_MTD_SPINAND_MT29F) += mt29f_spinand/ obj-$(CONFIG_GS_FPGABOOT) += gs_fpgaboot/ obj-$(CONFIG_BT_NOKIA_H4P) += nokia_h4p/ +obj-$(CONFIG_UNISYSSPAR) += unisys/ |