OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
ubuntu
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:18 AM
rwxr-xr-x
📄
Kconfig
384 bytes
11/01/2022 04:52:05 PM
rw-r--r--
📄
Makefile
640 bytes
11/01/2022 04:52:05 PM
rw-r--r--
📁
hio
-
11/17/2022 06:42:23 AM
rwxr-xr-x
📁
include
-
11/17/2022 06:42:23 AM
rwxr-xr-x
📁
vbox
-
11/17/2022 06:42:23 AM
rwxr-xr-x
📁
xr-usb-serial
-
11/17/2022 06:42:23 AM
rwxr-xr-x
Editing: Makefile
Close
# # Makefile for the Linux kernel ubuntu supplied third-party device drivers. # # # NOTE: to allow drivers to be added and removed without causing merge # collisions you should add new entries in the middle of the six lines # of ## at the bottom of the list. Always add three lines of ## above # your new entry and maintain the six lines below. # ## ## ## ## ## ## ifeq ($(ARCH),x86) obj-y += vbox/ endif ## ## ## obj-$(CONFIG_HIO) += hio/ ## ## ## ifeq ($(ARCH),x86) obj-y += xr-usb-serial/ endif ## ## ## ## ## ## # This is a stupid trick to get kbuild to create ubuntu/built-in.o obj- += foo.o