mirror of
https://github.com/raspberrypi/linux.git
synced 2026-01-03 00:03:44 +00:00
Staging: easycap: 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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
a4f131f07c
commit
77037b4915
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user