OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
drivers
/
video
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:22 AM
rwxr-xr-x
📄
Kconfig
661 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
Makefile
437 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📁
backlight
-
11/17/2022 06:42:23 AM
rwxr-xr-x
📁
console
-
11/17/2022 06:42:23 AM
rwxr-xr-x
📁
fbdev
-
11/17/2022 06:42:23 AM
rwxr-xr-x
📁
logo
-
11/17/2022 06:42:23 AM
rwxr-xr-x
Editing: Makefile
Close
# SPDX-License-Identifier: GPL-2.0 obj-$(CONFIG_VGASTATE) += vgastate.o obj-$(CONFIG_HDMI) += hdmi.o obj-$(CONFIG_VT) += console/ obj-$(CONFIG_FB_STI) += console/ obj-$(CONFIG_LOGO) += logo/ obj-y += backlight/ obj-y += fbdev/ obj-$(CONFIG_VIDEOMODE_HELPERS) += display_timing.o videomode.o ifeq ($(CONFIG_OF),y) obj-$(CONFIG_VIDEOMODE_HELPERS) += of_display_timing.o of_videomode.o endif