diff options
author | Tracey Dent <tdent48227@gmail.com> | 2010-11-21 18:03:21 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-11-22 19:16:13 +0300 |
commit | cd30c62024904951392e21a200fe5427a6286736 (patch) | |
tree | 5d783d8c9b7571e3f364a8b19e3752c5db55d4de /net/irda | |
parent | f91c4ae4989322ed5cd10b5247e1a7bd3868a84e (diff) | |
download | linux-cd30c62024904951392e21a200fe5427a6286736.tar.xz |
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>
Diffstat (limited to 'net/irda')
-rw-r--r-- | net/irda/irlan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/irda/irlan/Makefile b/net/irda/irlan/Makefile index 77549bc8641b..94eefbc8e6b9 100644 --- a/net/irda/irlan/Makefile +++ b/net/irda/irlan/Makefile @@ -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 |