]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - ubuntu/Makefile
UBUNTU: SAUCE: hio: Update to Huawei ES3000_V2 (2.1.0.40)
[mirror_ubuntu-bionic-kernel.git] / ubuntu / Makefile
CommitLineData
0d34a427
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##
d850db56
AW
18ifeq ($(ARCH),x86)
19obj-y += vbox/
20endif
21##
22##
23##
71d1c318
KM
24obj-$(CONFIG_HIO) += hio/
25##
26##
27##
8dd847c0 28ifneq ($(filter $(ARCH), i386 x86_64),)
20c310e9 29obj-y += xr-usb-serial/
8dd847c0 30endif
20c310e9
WJS
31##
32##
33##
71d1c318
KM
34##
35##
36##
0d34a427
LO
37
38# This is a stupid trick to get kbuild to create ubuntu/built-in.o
39obj- += foo.o