blob: b879e7b553c266fa83bce314af45c5d7d93770f2 [file] [log] [blame]
Bob Beers50ee11f2010-03-04 08:40:46 -05001obj-$(CONFIG_CXT1E1) += cxt1e1.o
2
Tracey Dent6fa7aa02010-10-02 12:37:51 -04003ccflags-y := -DSBE_PMCC4_ENABLE
4ccflags-y += -DSBE_ISR_TASKLET
Bob Beers50ee11f2010-03-04 08:40:46 -05005
Tracey Denta4f131f2010-10-07 20:01:27 -04006cxt1e1-y := \
Bob Beers50ee11f2010-03-04 08:40:46 -05007 musycc.o \
8 pmcc4_drv.o \
9 comet.o \
10 linux.o \
11 functions.o \
12 hwprobe.o \
Bob Beers50ee11f2010-03-04 08:40:46 -050013 pmc93x6_eeprom.o \
14 sbecrc.o \
15 comet_tables.o \
16 sbeid.o
David Howells766d1002013-04-08 22:47:46 +010017
18cxt1e1-$(CONFIG_PROC_FS) += sbeproc.o