]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - ubuntu/Makefile
UBUNTU: Ubuntu-snapdragon-4.4.0-1085.90
[mirror_ubuntu-artful-kernel.git] / ubuntu / Makefile
CommitLineData
6cc28377
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##
9c8794cd 15obj-$(CONFIG_DM_RAID45) += dm-raid4-5/
6cc28377
LO
16##
17##
18##
1e189fcd
AW
19ifneq ($(filter $(ARCH), i386 x86_64),)
20obj-y += vbox/
21endif
22##
23##
24##
ef4409b0
TA
25obj-$(CONFIG_DRM_I915_BPO) += i915/
26##
27##
28##
78020042
KM
29obj-$(CONFIG_HIO) += hio/
30##
31##
32##
5add4d93 33ifeq ($(filter $(ARCH), s390),)
a0dae8a6 34obj-y += xr-usb-serial/
5add4d93 35endif
a0dae8a6
WJS
36##
37##
38##
fa147b26
SB
39obj-$(CONFIG_WLAN_VENDOR_RSI) += rsi/
40##
41##
78020042 42##
e6c8ab78
TG
43obj-$(CONFIG_OPENNSL) += opennsl/
44##
45##
46##
47##
29b43633
JH
48obj-$(CONFIG_BNXT_BPO) += bnxt/
49##
50##
51##
52##
78020042
KM
53##
54##
6cc28377
LO
55
56# This is a stupid trick to get kbuild to create ubuntu/built-in.o
57obj- += foo.o