Skip to content

Commit

Permalink
Staging: easycap: Makefile: replace the use of <module>-objs with <mo…
Browse files Browse the repository at this point in the history
…dule>-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>
  • Loading branch information
Tracey Dent authored and Greg Kroah-Hartman committed Oct 8, 2010
1 parent a4f131f commit 77037b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/staging/easycap/Makefile
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 77037b4

Please sign in to comment.