Changed <module>-objs to <module>-y in Makefile. Signed-off-by: Tracey Dent <tdent48227@xxxxxxxxx> --- drivers/staging/sbe-2t3e3/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/sbe-2t3e3/Makefile b/drivers/staging/sbe-2t3e3/Makefile index 2c7b097..cce2a7a 100644 --- a/drivers/staging/sbe-2t3e3/Makefile +++ b/drivers/staging/sbe-2t3e3/Makefile @@ -1,4 +1,4 @@ obj-$(CONFIG_SBE_2T3E3) += sbe-2t3e3.o -sbe-2t3e3-objs := module.o netdev.o maps.o \ +sbe-2t3e3-y := module.o netdev.o maps.o \ main.o cpld.o intr.o ctrl.o io.o dc.o exar7250.o exar7300.o -- 1.7.3.1.50.g1e633 -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html