dect
/
linux-2.6
Archived
13
0
Fork 0

Net: irda: irlan: Makefile: Remove deprecated kbuild goal definitions

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>
This commit is contained in:
Tracey Dent 2010-11-21 15:03:21 +00:00 committed by David S. Miller
parent f91c4ae498
commit cd30c62024
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@
obj-$(CONFIG_IRLAN) += irlan.o
irlan-objs := 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
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