# # 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
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
hio | Folder | 0755 |
|
|
include | Folder | 0755 |
|
|
vbox | Folder | 0755 |
|
|
xr-usb-serial | Folder | 0755 |
|
|
Kconfig | File | 384 B | 0644 |
|
Makefile | File | 640 B | 0644 |
|