mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 13:46:42 +07:00
10 lines
227 B
Makefile
10 lines
227 B
Makefile
|
# Makefile for the pcbit ISDN device driver
|
||
|
|
||
|
# Each configuration option enables a list of files.
|
||
|
|
||
|
obj-$(CONFIG_ISDN_DRV_PCBIT) += pcbit.o
|
||
|
|
||
|
# Multipart objects.
|
||
|
|
||
|
pcbit-y := module.o edss1.o drv.o layer2.o capi.o callbacks.o
|