Linux jobworks 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:53:05 UTC 2026 x86_64
Apache/2.4.58 (Ubuntu)
Server IP : 10.0.1.5 & Your IP : 216.73.217.52
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
linux-headers-6.8.0-136 /
drivers /
greybus /
Delete
Unzip
Name
Size
Permission
Date
Action
Kconfig
1.26
KB
-rw-r--r--
2024-03-10 20:38
Makefile
462
B
-rw-r--r--
2024-03-10 20:38
Save
Rename
# SPDX-License-Identifier: GPL-2.0 # Greybus core greybus-y := core.o \ debugfs.o \ hd.o \ manifest.o \ module.o \ interface.o \ bundle.o \ connection.o \ control.o \ svc.o \ svc_watchdog.o \ operation.o obj-$(CONFIG_GREYBUS) += greybus.o # needed for trace events ccflags-y += -I$(src) obj-$(CONFIG_GREYBUS_BEAGLEPLAY) += gb-beagleplay.o # Greybus Host controller drivers gb-es2-y := es2.o obj-$(CONFIG_GREYBUS_ES2) += gb-es2.o