OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-213
/
drivers
/
isdn
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📄
Kconfig
2.58 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
Makefile
464 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📁
capi
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
divert
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
gigaset
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
hardware
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
hisax
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
hysdn
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
i4l
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
isdnloop
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
mISDN
-
05/09/2024 07:14:16 AM
rwxr-xr-x
Editing: Makefile
Close
# SPDX-License-Identifier: GPL-2.0 # Makefile for the kernel ISDN subsystem and device drivers. # Object files in subdirectories obj-$(CONFIG_ISDN_I4L) += i4l/ obj-$(CONFIG_ISDN_CAPI) += capi/ obj-$(CONFIG_MISDN) += mISDN/ obj-$(CONFIG_ISDN) += hardware/ obj-$(CONFIG_ISDN_DIVERSION) += divert/ obj-$(CONFIG_ISDN_DRV_HISAX) += hisax/ obj-$(CONFIG_ISDN_DRV_LOOP) += isdnloop/ obj-$(CONFIG_HYSDN) += hysdn/ obj-$(CONFIG_ISDN_DRV_GIGASET) += gigaset/