Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: cxt1e1: Makefile: replace the use of <module>-objs with <module>-y

Changed <module>-objs to <module>-y in Makefile.

Signed-off-by: Tracey Dent <tdent48227@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Tracey Dent and committed by
Greg Kroah-Hartman
a4f131f0 accca6c2

+1 -1
+1 -1
drivers/staging/cxt1e1/Makefile
··· 4 4 ccflags-y += -DSBE_ISR_TASKLET 5 5 ccflags-y += -DSBE_INCLUDE_SYMBOLS 6 6 7 - cxt1e1-objs += \ 7 + cxt1e1-y := \ 8 8 ossiRelease.o \ 9 9 musycc.o \ 10 10 pmcc4_drv.o \