Skip to content

Commit

Permalink
Drivers: atm: Makefile: replace the use of <module>-objs with <module>-y
Browse files Browse the repository at this point in the history
Changed <module>-objs to <module>-y in Makefile.

Signed-off-by: Tracey Dent <tdent48227@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Tracey Dent authored and David S. Miller committed Oct 21, 2010
1 parent f4e8ab7 commit 7453da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/atm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Makefile for the Linux network (ATM) device drivers.
#

fore_200e-objs := fore200e.o
fore_200e-y := fore200e.o

obj-$(CONFIG_ATM_ZATM) += zatm.o uPD98402.o
obj-$(CONFIG_ATM_NICSTAR) += nicstar.o
Expand Down

0 comments on commit 7453da8

Please sign in to comment.