mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
Staging: crystalhd: 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:
parent
88efaabced
commit
1087020fb0
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
obj-$(CONFIG_CRYSTALHD) += crystalhd.o
|
||||
|
||||
crystalhd-objs := crystalhd_cmds.o \
|
||||
crystalhd-y := crystalhd_cmds.o \
|
||||
crystalhd_hw.o \
|
||||
crystalhd_lnx.o \
|
||||
crystalhd_misc.o
|
||||
|
|
Loading…
Reference in a new issue