mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-27 04:30:53 +07:00
6089093e58
This doesn't need to be two modules, and making it one cleans up the problem Signed-off-by: Alan Cox <alan@redhat.com> Cc: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
9 lines
135 B
Makefile
9 lines
135 B
Makefile
#
|
|
# Makefile for the Computone IntelliPort Plus Driver
|
|
#
|
|
|
|
obj-$(CONFIG_COMPUTONE) += ip2.o
|
|
|
|
ip2-objs := ip2base.o ip2main.o
|
|
|