diff options
author | Rodolfo Giometti <giometti@linux.it> | 2008-11-12 13:27:14 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-11-12 17:17:18 -0800 |
commit | 65131cd52b9e7c5814298e05c3b7843f13e78d24 (patch) | |
tree | 3c67b09fdb68017da7fdb81c12afe32a2fdbc535 /drivers/misc/c2port/Makefile | |
parent | 4e17e1db96474af5620e3259754df4cb1c46521c (diff) |
c2port: add c2port support for Eurotech Duramar 2150
Signed-off-by: Rodolfo Giometti <giometti@linux.it>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/misc/c2port/Makefile')
-rw-r--r-- | drivers/misc/c2port/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/misc/c2port/Makefile b/drivers/misc/c2port/Makefile index 3c610a2ba5e..3b2cf43d60f 100644 --- a/drivers/misc/c2port/Makefile +++ b/drivers/misc/c2port/Makefile @@ -1 +1,3 @@ obj-$(CONFIG_C2PORT) += core.o + +obj-$(CONFIG_C2PORT_DURAMAR_2150) += c2port-duramar2150.o |