mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
f91c4ae498
Changed Makefile to use <modules>-y instead of <modules>-objs because -objs is deprecated and not mentioned in Documentation/kbuild/makefiles.txt. Signed-off-by: Tracey Dent <tdent48227@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
8 lines
255 B
Makefile
8 lines
255 B
Makefile
#
|
|
# Makefile for the Linux IrDA IrCOMM protocol layer.
|
|
#
|
|
|
|
obj-$(CONFIG_IRCOMM) += ircomm.o ircomm-tty.o
|
|
|
|
ircomm-y := ircomm_core.o ircomm_event.o ircomm_lmp.o ircomm_ttp.o
|
|
ircomm-tty-y := ircomm_tty.o ircomm_tty_attach.o ircomm_tty_ioctl.o ircomm_param.o
|