mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
cd30c62024
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>
7 lines
232 B
Makefile
7 lines
232 B
Makefile
#
|
|
# Makefile for the Linux IrDA IrLAN protocol layer.
|
|
#
|
|
|
|
obj-$(CONFIG_IRLAN) += irlan.o
|
|
|
|
irlan-y := irlan_common.o irlan_eth.o irlan_event.o irlan_client.o irlan_provider.o irlan_filter.o irlan_provider_event.o irlan_client_event.o
|