]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - ubuntu/Makefile
x86/speculation: Rework speculative_store_bypass_update()
[mirror_ubuntu-artful-kernel.git] / ubuntu / Makefile
CommitLineData
fef4fb4a
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
12##
13##
14##
15##
16##
17##
d067a903 18ifeq ($(ARCH),x86)
e7a8936c
AW
19obj-y += vbox/
20endif
21##
22##
23##
83aeac9f 24obj-$(CONFIG_HIO) += hio/
1c98d2c6
KM
25##
26##
27##
3f06bfa4 28ifeq ($(ARCH),x86)
d4c687e2 29obj-y += xr-usb-serial/
fbe2de01 30endif
d4c687e2
WJS
31##
32##
33##
1c98d2c6
KM
34##
35##
36##
fef4fb4a
LO
37
38# This is a stupid trick to get kbuild to create ubuntu/built-in.o
39obj- += foo.o