diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-17 19:43:33 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-17 20:30:02 -0700 |
commit | 2d96650139bf6f163970f72ef8aa1abaa6c8b3d1 (patch) | |
tree | 0e8f858b6a8342ddda5d8e07705a9b4a2b2753ab /drivers/staging/Makefile | |
parent | c7fbfc825fdf183829fac42f55e1e5727f746bb0 (diff) | |
download | blackbird-op-linux-2d96650139bf6f163970f72ef8aa1abaa6c8b3d1.tar.gz blackbird-op-linux-2d96650139bf6f163970f72ef8aa1abaa6c8b3d1.zip |
Staging: ced1401: add driver to the build
This adds the ced1401 driver to the build system.
Yes, there are a lot of warning messages, but it does compile, so it
should be good to get going.
Cc: Alois Schlögl <alois.schloegl@ist.ac.at>
Cc: Greg P. Smith <greg@ced.co.uk>
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 0f04a28c8892..08e9667a4e45 100644 --- a/drivers/staging/Makefile +++ b/drivers/staging/Makefile @@ -61,3 +61,4 @@ obj-$(CONFIG_CSR_WIFI) += csr/ obj-$(CONFIG_OMAP_BANDGAP) += omap-thermal/ obj-$(CONFIG_ZCACHE2) += ramster/ obj-$(CONFIG_NET_VENDOR_SILICOM) += silicom/ +obj-$(CONFIG_CED1401) += ced1401/ |