diff options
author | Benjamin Romer <benjamin.romer@unisys.com> | 2015-05-05 18:37:09 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-05-08 15:27:32 +0200 |
commit | 1210f8e72b06e53975c5719db2a14f8bffdd4870 (patch) | |
tree | fbdbe449d35d6d31e0712039d4d2fae9a3f6d96a /drivers/staging/unisys/Makefile | |
parent | 1b27feaa9d7bfd9e68c9f5e8a0039a223916c3bf (diff) |
staging: unisys: remove visorutil from top level Makefile
The visorutil directory is still mentioned in the top level makefile for
the Unisys drivers, so remove it.
Signed-off-by: Benjamin Romer <benjamin.romer@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, 0 insertions, 1 deletions
diff --git a/drivers/staging/unisys/Makefile b/drivers/staging/unisys/Makefile index e0c893a6e870..566af8e39aea 100644 --- a/drivers/staging/unisys/Makefile +++ b/drivers/staging/unisys/Makefile @@ -1,5 +1,4 @@ # # Makefile for Unisys SPAR drivers # -obj-$(CONFIG_UNISYS_VISORUTIL) += visorutil/ obj-$(CONFIG_UNISYS_VISORBUS) += visorbus/ |