]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - ubuntu/Makefile
s390/vtime: fix inline assembly clobber list
[mirror_ubuntu-hirsute-kernel.git] / ubuntu / Makefile
CommitLineData
5bbe8099
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
77205ed7
KM
12##
13##
14##
15##
16##
17##
18obj-$(CONFIG_HIO) += hio/
5bbe8099
LO
19##
20##
21##
0e16382c
SF
22obj-$(CONFIG_UBUNTU_HOST) += ubuntu-host/
23##
24##
25##
e3936147 26ifeq ($(ARCH),x86)
d42f2a43 27obj-y += xr-usb-serial/
32c1f7a9 28endif
d42f2a43
WJS
29##
30##
31##
5bbe8099
LO
32##
33##
34##
35
36# This is a stupid trick to get kbuild to create ubuntu/built-in.o
37obj- += foo.o