aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/cxt1e1/Makefile
diff options
context:
space:
mode:
authorBob Beers <bob.beers@gmail.com>2010-03-04 08:40:46 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 14:35:31 -0400
commit50ee11fe383255db8e5c3307319d470015616f27 (patch)
treed6900a217a10602d53199d360487548650e100e2 /drivers/staging/cxt1e1/Makefile
parent588063a10f4e21cd3a2cc693c0c1ebb846ac4ce5 (diff)
staging: Add driver to support wanPMC-CxT1E1 card.
Obviously still needs serious attention, but it compiles. Original author: Rick Dobbs Add driver to support wanPMC-CxT1E1 card. This card provides 1-4 ports of T1E1 in PMC form factor. Note, Rick doesn't want his email showing up as the "From:" author, but has given his blessing to have the code included in the kernel tree. Signed-off-by: Bob Beers <bob.beers@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/cxt1e1/Makefile')
-rw-r--r--drivers/staging/cxt1e1/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/drivers/staging/cxt1e1/Makefile b/drivers/staging/cxt1e1/Makefile
new file mode 100644
index 00000000000..10020d7b79a
--- /dev/null
+++ b/drivers/staging/cxt1e1/Makefile
@@ -0,0 +1,19 @@
1obj-$(CONFIG_CXT1E1) += cxt1e1.o
2
3EXTRA_CFLAGS += -DSBE_PMCC4_ENABLE
4EXTRA_CFLAGS += -DSBE_ISR_TASKLET
5EXTRA_CFLAGS += -DSBE_INCLUDE_SYMBOLS
6
7cxt1e1-objs += \
8 ossiRelease.o \
9 musycc.o \
10 pmcc4_drv.o \
11 comet.o \
12 linux.o \
13 functions.o \
14 hwprobe.o \
15 sbeproc.o \
16 pmc93x6_eeprom.o \
17 sbecrc.o \
18 comet_tables.o \
19 sbeid.o