mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 11:56:42 +07:00
9 lines
135 B
Makefile
9 lines
135 B
Makefile
|
#
|
||
|
# Makefile for the Computone IntelliPort Plus Driver
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_COMPUTONE) += ip2.o ip2main.o
|
||
|
|
||
|
ip2-objs := ip2base.o
|
||
|
|