mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 23:56:42 +07:00
94ee288e94
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
125 B
Makefile
8 lines
125 B
Makefile
#
|
|
# Makefile for the Linux IrDA IrNET protocol layer.
|
|
#
|
|
|
|
obj-$(CONFIG_IRNET) += irnet.o
|
|
|
|
irnet-y := irnet_ppp.o irnet_irda.o
|