diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2006-07-04 01:06:20 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-07-07 06:19:16 -0400 |
commit | a45b83957deabbdac9a3d908c6ca4c25f05ce1ad (patch) | |
tree | 7f2115c9b732e0feae54d7e49134259076a9fc4f /drivers/char/Makefile | |
parent | 26c5032eaa64090b2a01973b0c6ea9e7f6a80fa7 (diff) |
[POWERPC] Add support for briq front panel
This adds the driver for the Briq front panel. This is a cleaned up
version of a driver that has been floating around for some time now,
initially written by Karsten Jeppesen <karsten@jeppesens.com> and
cleaned up by jk and myself.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'drivers/char/Makefile')
-rw-r--r-- | drivers/char/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/Makefile b/drivers/char/Makefile index 6e0f4469d8bb..7a7ee5721279 100644 --- a/drivers/char/Makefile +++ b/drivers/char/Makefile | |||
@@ -51,6 +51,7 @@ obj-$(CONFIG_VIOCONS) += viocons.o | |||
51 | obj-$(CONFIG_VIOTAPE) += viotape.o | 51 | obj-$(CONFIG_VIOTAPE) += viotape.o |
52 | obj-$(CONFIG_HVCS) += hvcs.o | 52 | obj-$(CONFIG_HVCS) += hvcs.o |
53 | obj-$(CONFIG_SGI_MBCS) += mbcs.o | 53 | obj-$(CONFIG_SGI_MBCS) += mbcs.o |
54 | obj-$(CONFIG_BRIQ_PANEL) += briq_panel.o | ||
54 | 55 | ||
55 | obj-$(CONFIG_PRINTER) += lp.o | 56 | obj-$(CONFIG_PRINTER) += lp.o |
56 | obj-$(CONFIG_TIPAR) += tipar.o | 57 | obj-$(CONFIG_TIPAR) += tipar.o |