mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-12 05:55:06 +07:00
9 lines
176 B
Makefile
9 lines
176 B
Makefile
![]() |
#
|
||
|
# Makefile for Basler eXcite
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_BASLER_EXCITE) += excite_irq.o excite_prom.o excite_setup.o \
|
||
|
excite_device.o excite_procfs.o
|
||
|
|
||
|
obj-m += excite_iodev.o
|