]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - ubuntu/Makefile
UBUNTU: [Config] FTBFS: disable xr-usb-serial
[mirror_ubuntu-jammy-kernel.git] / ubuntu / Makefile
CommitLineData
29f98055
LO
1#
2# Makefile for the Linux kernel ubuntu supplied third-party device drivers.
3#
4
5#
6# NOTE: to allow drivers to be added and removed without causing merge
7# collisions you should add new entries in the middle of the six lines
8# of ## at the bottom of the list. Always add three lines of ## above
9# your new entry and maintain the six lines below.
10#
11
8638ff92
KM
12##
13##
14##
15##
16##
17##
18obj-$(CONFIG_HIO) += hio/
29f98055
LO
19##
20##
21##
0d3151ac
SF
22obj-$(CONFIG_UBUNTU_HOST) += ubuntu-host/
23##
24##
25##
b8735405 26ifeq ($(ARCH),x86)
4a06b315 27#obj-y += xr-usb-serial/
b8735405 28endif
19302bad
WJS
29##
30##
31##
29f98055
LO
32##
33##
34##
35
36# This is a stupid trick to get kbuild to create ubuntu/built-in.o
37obj- += foo.o