diff --git a/[refs] b/[refs] index 563461963628..8eb703cf2c26 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a4f131f07ce662ca51d02a83e906f2d1f57713dd +refs/heads/master: 77037b49152f5b11f92a9c47d6c55a01f14f7f01 diff --git a/trunk/drivers/staging/easycap/Makefile b/trunk/drivers/staging/easycap/Makefile index 680f370f33d1..8a3d911aee5d 100644 --- a/trunk/drivers/staging/easycap/Makefile +++ b/trunk/drivers/staging/easycap/Makefile @@ -1,9 +1,9 @@ obj-$(CONFIG_EASYCAP) += easycap.o -easycap-objs := easycap_main.o easycap_low.o easycap_sound.o -easycap-objs += easycap_ioctl.o easycap_settings.o -easycap-objs += easycap_testcard.o +easycap-y := easycap_main.o easycap_low.o easycap_sound.o +easycap-y += easycap_ioctl.o easycap_settings.o +easycap-y += easycap_testcard.o ccflags-y := -Wall # Impose all or none of the following: